Skip to content

Commit

Permalink
Bump actions/upload-artifact to V4
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-ssvlabs committed Jan 24, 2025
1 parent 1d05abd commit 09e159d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spec-alignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Upload output.diff
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: output.diff
path: ./scripts/spec-alignment/output.diff

0 comments on commit 09e159d

Please sign in to comment.