Skip to content

Commit 80f92e1

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 084f32a + 54a6b37 commit 80f92e1

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@v5
116+
- uses: actions/download-artifact@v6
117117
with:
118118
pattern: maxminddb-*
119119
path: dist

0 commit comments

Comments
 (0)