Skip to content

Commit

Permalink
CI: update artifacts action
Browse files Browse the repository at this point in the history
v3 of upload-artifact actions is being deprecated, so let's move to v4.

Link: https://github.com/actions/upload-artifact
Signed-off-by: Iker Pedrosa <[email protected]>
  • Loading branch information
ikerexxe committed Dec 5, 2024
1 parent f220407 commit bdb5e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Store artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-build
path: |
Expand Down

0 comments on commit bdb5e2b

Please sign in to comment.