Skip to content

Commit 069e7d7

Browse files
authored
Merge pull request #340 from rubygems/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 1cf90fb + f42e5cb commit 069e7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-dependabot-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ref: ${{ github.event.pull_request.head.ref }}
5353

5454
- name: Download build artifacts
55-
uses: actions/download-artifact@v6
55+
uses: actions/download-artifact@v7
5656
with:
5757
name: dist
5858
path: dist/

0 commit comments

Comments
 (0)