Skip to content

Commit 2ace1a9

Browse files
authored
Merge pull request #788 from go-graphite/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 97340c9 + 0138d55 commit 2ace1a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-ghcrio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
if: needs.prepare.outputs.publish_image
195195
steps:
196196
- name: Download digests
197-
uses: actions/download-artifact@v5
197+
uses: actions/download-artifact@v6
198198
with:
199199
path: ${{ runner.temp }}/digests
200200
pattern: digests-*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
matrix: ${{fromJson(needs.build.outputs.matrix)}}
7070
steps:
7171
- name: Download artifact
72-
uses: actions/download-artifact@v5
72+
uses: actions/download-artifact@v6
7373
with:
7474
name: packages
7575
- name: Upload ${{ matrix.file }}

0 commit comments

Comments
 (0)