Skip to content

Commit f87699c

Browse files
chore(deps): update github artifact actions (#119)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 482e7cd commit f87699c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: make build
8282

8383
- name: Upload package
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v5
8585
with:
8686
name: Packages
8787
path: dist/*
@@ -97,7 +97,7 @@ jobs:
9797

9898
steps:
9999
- name: Download package
100-
uses: actions/download-artifact@v5
100+
uses: actions/download-artifact@v6
101101
with:
102102
name: Packages
103103
path: dist

0 commit comments

Comments
 (0)