Skip to content

Commit f086ebc

Browse files
authored
Merge pull request #78 from RyanLua/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 8729123 + 42352b6 commit f086ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Retrieve release distributions
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v5
5353
with:
5454
name: release-dists
5555
path: dist/
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Retrieve release distributions
76-
uses: actions/download-artifact@v4
76+
uses: actions/download-artifact@v5
7777
with:
7878
name: release-dists
7979
path: dist/

0 commit comments

Comments
 (0)