We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861e200 commit 2c39a35Copy full SHA for 2c39a35
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
mv dist/artifacts/**/*.tgz build-artifacts/
47
zip -r build-artifacts.zip build-artifacts
48
- name: Upload Artifacts
49
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4.4.3
50
with:
51
name: build-artifacts
52
path: build-artifacts.zip
0 commit comments