Skip to content

Commit 48f84d8

Browse files
committed
ci: Add artifact upload
1 parent 0103ad9 commit 48f84d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
docker rm -f extract
7676
- name: Upload binary
7777
if: ${{ github.event_name != 'pull_request' }}
78-
uses: actions/upload-artifact@v2
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: inference-benchmarker
8181
path: ${{ github.workspace }}/inference-benchmarker

0 commit comments

Comments
 (0)