Skip to content

Commit d8f0db8

Browse files
committed
github: update actions/upload-artifact to v4
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]>
1 parent 3162e5a commit d8f0db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
flag-name: "amd64"
9999
- name: Archive code coverage results
100100
if: ${{ always() }}
101-
uses: actions/upload-artifact@v3
101+
uses: actions/upload-artifact@v4
102102
with:
103103
name: Code Coverage Artifacts
104104
path: |

0 commit comments

Comments
 (0)