Skip to content

Commit 84eb863

Browse files
chore(deps): update github artifact actions
1 parent ddb90a0 commit 84eb863

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
@@ -69,7 +69,7 @@ jobs:
6969
cp target/${{ matrix.target }}/release/camer ./dist/camer-${{ matrix.code-target }}
7070
7171
- name: Upload Artifacts
72-
uses: actions/upload-artifact@v3
72+
uses: actions/upload-artifact@v4
7373
with:
7474
name: camer
7575
path: ./dist/camer-*
@@ -96,7 +96,7 @@ jobs:
9696
cache: "pnpm"
9797

9898
- name: Download Artifacts
99-
uses: actions/download-artifact@v3
99+
uses: actions/download-artifact@v5
100100
with:
101101
name: camer
102102
path: npm/bin/

0 commit comments

Comments
 (0)