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 7189005 commit 7dc2557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

- name: Upload tapfiles Artifact
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: tapfiles ${{ matrix.name }}
path: "**/O.*/*.tap"
Expand Down

0 comments on commit 7dc2557

Please sign in to comment.