We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172b44c commit f94df43Copy full SHA for f94df43
.github/workflows/npm-publish.yml
@@ -36,7 +36,7 @@ jobs:
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37
38
- name: Upload a Build Artifact
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
with:
41
name: react-ace.min.js
42
path: dist/react-ace.min.js
0 commit comments