Skip to content

Commit 205319a

Browse files
authored
Merge pull request #15 from jaldisdev/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 4de5df5 + fe98aac commit 205319a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
id-token: write
8888
steps:
8989
# No `pattern`: every artifact this workflow produces is a distribution meant for the upload.
90-
- uses: actions/download-artifact@v7
90+
- uses: actions/download-artifact@v8
9191
with:
9292
merge-multiple: true
9393
path: dist

0 commit comments

Comments
 (0)