We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb90a0 commit 84eb863Copy full SHA for 84eb863
.github/workflows/Publish.yml
@@ -69,7 +69,7 @@ jobs:
69
cp target/${{ matrix.target }}/release/camer ./dist/camer-${{ matrix.code-target }}
70
71
- name: Upload Artifacts
72
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
73
with:
74
name: camer
75
path: ./dist/camer-*
@@ -96,7 +96,7 @@ jobs:
96
cache: "pnpm"
97
98
- name: Download Artifacts
99
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v5
100
101
102
path: npm/bin/
0 commit comments