Skip to content

Commit 352c849

Browse files
authored
Merge pull request #299 from maxmind/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 1dcccc4 + 80deaf8 commit 352c849

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
@@ -112,7 +112,7 @@ jobs:
112112
id-token: write
113113
if: github.event_name == 'release' && github.event.action == 'published'
114114
steps:
115-
- uses: actions/download-artifact@v6
115+
- uses: actions/download-artifact@v7
116116
with:
117117
pattern: maxminddb-*
118118
path: dist

0 commit comments

Comments
 (0)