Skip to content

Commit 01c1b39

Browse files
authored
Merge pull request #47 from jotonedev/dependabot/github_actions/dependencies-3249c11fdc
[action] Bump the dependencies group with 2 updates
2 parents 6a78d8a + 346f58c commit 01c1b39

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
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Upload build artifacts
6666
id: upload
67-
uses: actions/upload-artifact@v4
67+
uses: actions/upload-artifact@v5
6868
with:
6969
name: release-dists
7070
retention-days: 1
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- name: Retrieve release distributions
8888
id: download
89-
uses: actions/download-artifact@v5
89+
uses: actions/download-artifact@v6
9090
with:
9191
name: release-dists
9292
path: dist/

0 commit comments

Comments
 (0)