Skip to content

Commit 04f962d

Browse files
authored
Merge pull request #211 from maxmind/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents ebdb5f0 + 92d7bc3 commit 04f962d

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@v4
45+
- uses: actions/download-artifact@v5
4646
with:
4747
name: artifact
4848
path: dist

0 commit comments

Comments
 (0)