Skip to content

Commit 5b831d5

Browse files
authored
Merge pull request #26 from ToshY/dependabot/github_actions/main/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents a38c026 + e477b6a commit 5b831d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
target: ${{ fromJson(needs.prepare.outputs.targets) }}
266266
steps:
267267
- name: Download digests
268-
uses: actions/download-artifact@v6
268+
uses: actions/download-artifact@v7
269269
with:
270270
path: /tmp/digest
271271
pattern: digest-${{ matrix.variant }}-${{ matrix.target }}-*

0 commit comments

Comments
 (0)