We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef95e64 + a0cd452 commit 9f6323fCopy full SHA for 9f6323f
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: yarn lint
20
- run: yarn build
21
- run: yarn package
22
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
23
with:
24
name: dist
25
path: ./dist/
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
ref: 'latest'
if: ${{ steps.release.outputs.release_created }}
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
26
27
28
0 commit comments