Skip to content

Commit 2daa33a

Browse files
authored
Merge pull request #139 from maxmind/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
2 parents 4913283 + 66fcef3 commit 2daa33a

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
@@ -56,7 +56,7 @@ jobs:
5656
id-token: write
5757
if: github.event_name == 'release' && github.event.action == 'published'
5858
steps:
59-
- uses: actions/download-artifact@v3
59+
- uses: actions/download-artifact@v4
6060
with:
6161
name: artifact
6262
path: dist

0 commit comments

Comments
 (0)