We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb75e2b commit 3334ba1Copy full SHA for 3334ba1
.github/workflows/main.yaml
@@ -83,7 +83,7 @@ jobs:
83
token: ${{ secrets.CODECOV_TOKEN }}
84
- name: Upload torchlib error reports
85
if: always()
86
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
87
with:
88
name: Error reports (${{ matrix.name }}-${{ matrix.os }})
89
path: error_reports
0 commit comments