Skip to content

Commit 6d9b9be

Browse files
Upgrade actions/download-artifact from 5 to 6 version (#10)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8630777 commit 6d9b9be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v5
7777
- run: make npm.install
7878

79-
- uses: actions/download-artifact@v5
79+
- uses: actions/download-artifact@v6
8080
with:
8181
name: image-${{ github.run_number }}
8282
path: .cache/
@@ -122,7 +122,7 @@ jobs:
122122
text: ${{ github.repository }}
123123
regex: '^${{ github.repository_owner }}/(.+)-docker-image$'
124124

125-
- uses: actions/download-artifact@v5
125+
- uses: actions/download-artifact@v6
126126
with:
127127
name: image-${{ github.run_number }}
128128
path: .cache/

0 commit comments

Comments
 (0)