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 4a22374 commit 3d45c86Copy full SHA for 3d45c86
1 file changed
.github/workflows/npmPublish.yml
@@ -33,12 +33,12 @@ jobs:
33
- name: Update build GitHub README.md file
34
run: cp ./README.md ./build
35
- name: Upload build artifact
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
with:
38
path: build
39
name: codebud-build
40
- name: Download build artifact
41
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
42
43
44
- name: Go to build folder & publish new version to NPM
0 commit comments