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 7bd107a commit f6dd1ffCopy full SHA for f6dd1ff
.github/workflows/dist.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: npm install
29
- run: NODE_OPTIONS=--openssl-legacy-provider npm run build
30
- name: Upload build artifact
31
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
32
with:
33
name: dist
34
path: dist/
0 commit comments