Skip to content

Commit 173a8ae

Browse files
Merge pull request #299 from randomairborne/dependabot/github_actions/main/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 8fc7565 + a5743b9 commit 173a8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/checkout@v6
9494

9595
- name: Download digests
96-
uses: actions/download-artifact@v6
96+
uses: actions/download-artifact@v7
9797
with:
9898
path: /tmp/digests
9999
pattern: digests-${{ matrix.package.name }}-*

0 commit comments

Comments
 (0)