Skip to content

Commit

Permalink
CI: Update to use actions/upload-artifact v4
Browse files Browse the repository at this point in the history
Update to v4 of the upload-artifact GitHub action. The newer version
is faster, and v3 is going to be deprecated next November:

  https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
  • Loading branch information
aperezdc committed Sep 13, 2024
1 parent 4726063 commit ddcc77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
DESTDIR="$(pwd)/_work/files" ninja -C _work/build install
- name: Archive Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
path: _work
Expand Down

0 comments on commit ddcc77b

Please sign in to comment.