Skip to content

Commit

Permalink
Fix deprecated version for artifact actions from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
joserochh committed Oct 26, 2024
1 parent 18250db commit 8ec102b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
# set +x
- name: Archive benchmark results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: bench_hexl_${{github.sha}}.csv
path: ${{ github.workspace }}/${{ github.workflow }}_${{ github.sha }}
Expand Down

0 comments on commit 8ec102b

Please sign in to comment.