Skip to content

Commit

Permalink
GHA: Update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Dec 16, 2024
1 parent f1268ad commit 7abba6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
run: python .ci/cue.py -T 20M test
- name: Upload tapfiles Artifact
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tapfiles ${{ matrix.name }}
path: '**/O.*/*.tap'
Expand Down

0 comments on commit 7abba6d

Please sign in to comment.