Skip to content

Commit d325e88

Browse files
authored
Merge pull request #805 from go-graphite/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 86a91ea + 8b75c1e commit d325e88

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@v6
197+
uses: actions/download-artifact@v7
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@v6
72+
uses: actions/download-artifact@v7
7373
with:
7474
name: packages
7575
- name: Upload ${{ matrix.file }}

0 commit comments

Comments
 (0)