Skip to content

Commit 4a85557

Browse files
authored
Merge pull request #231 from maxmind/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents b85f20a + 2b3877e commit 4a85557

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
@@ -113,7 +113,7 @@ jobs:
113113
id-token: write
114114
if: github.event_name == 'release' && github.event.action == 'published'
115115
steps:
116-
- uses: actions/download-artifact@v4
116+
- uses: actions/download-artifact@v5
117117
with:
118118
pattern: maxminddb-*
119119
path: dist

0 commit comments

Comments
 (0)