We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0103ad9 commit 48f84d8Copy full SHA for 48f84d8
.github/workflows/build.yaml
@@ -75,7 +75,7 @@ jobs:
75
docker rm -f extract
76
- name: Upload binary
77
if: ${{ github.event_name != 'pull_request' }}
78
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
79
with:
80
name: inference-benchmarker
81
path: ${{ github.workspace }}/inference-benchmarker
0 commit comments