Skip to content

Commit 11471d1

Browse files
authored
Merge pull request #274 from maxmind/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 8a6b78a + f51c947 commit 11471d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id-token: write
4343
if: github.event_name == 'release' && github.event.action == 'published'
4444
steps:
45-
- uses: actions/download-artifact@v5
45+
- uses: actions/download-artifact@v6
4646
with:
4747
name: artifact
4848
path: dist

0 commit comments

Comments
 (0)