Skip to content

Commit

Permalink
github: update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
As described in the blog post below, we need to migrate to
actions/upload-artifact@v4.

https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions

Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
pcmoore committed Jan 23, 2025
1 parent 3162e5a commit d8f0db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
flag-name: "amd64"
- name: Archive code coverage results
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Code Coverage Artifacts
path: |
Expand Down

0 comments on commit d8f0db8

Please sign in to comment.