Skip to content

Commit 24e723e

Browse files
Merge pull request #15 from nxthdr/renovate/major-github-artifact-actions
Update GitHub Artifact Actions (major)
2 parents a8f545b + 428ddbf commit 24e723e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
ls -lah ${{ runner.temp }}/digests/
7070
7171
- name: Upload digest
72-
uses: actions/upload-artifact@v5
72+
uses: actions/upload-artifact@v6
7373
with:
7474
name: digests-${{ env.PLATFORM_PAIR }}
7575
path: ${{ runner.temp }}/digests/*
@@ -86,7 +86,7 @@ jobs:
8686
needs: [ docker ]
8787
steps:
8888
- name: Download digests
89-
uses: actions/download-artifact@v6
89+
uses: actions/download-artifact@v7
9090
with:
9191
path: ${{ runner.temp }}/digests
9292
pattern: digests-*

0 commit comments

Comments
 (0)