Skip to content

Commit

Permalink
Bump upload-artifact version in CI (#2034)
Browse files Browse the repository at this point in the history
upload-artifact fails because the version is deprecated. Otherwise
everything fails
  • Loading branch information
justinchuby authored Jan 23, 2025
1 parent a04ebfd commit cada10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload torchlib error reports
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Error reports (${{ matrix.name }}-${{ matrix.os }})
path: error_reports
Expand Down

0 comments on commit cada10e

Please sign in to comment.