Skip to content

Commit 2075b87

Browse files
Merge pull request #14 from nxthdr/renovate/major-github-artifact-actions
Update GitHub Artifact Actions (major)
2 parents 71f9bf8 + c15eb91 commit 2075b87

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
@@ -93,7 +93,7 @@ jobs:
9393
ls -lah ${{ runner.temp }}/digests/
9494
9595
- name: Upload digest
96-
uses: actions/upload-artifact@v5
96+
uses: actions/upload-artifact@v6
9797
with:
9898
name: digests-${{ env.PLATFORM_PAIR }}
9999
path: ${{ runner.temp }}/digests/*
@@ -110,7 +110,7 @@ jobs:
110110
needs: [ docker ]
111111
steps:
112112
- name: Download digests
113-
uses: actions/download-artifact@v6
113+
uses: actions/download-artifact@v7
114114
with:
115115
path: ${{ runner.temp }}/digests
116116
pattern: digests-*

0 commit comments

Comments
 (0)