Skip to content

Commit f94df43

Browse files
Fix npm publish
1 parent 172b44c commit f94df43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3737

3838
- name: Upload a Build Artifact
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: react-ace.min.js
4242
path: dist/react-ace.min.js

0 commit comments

Comments
 (0)