Skip to content

Commit 3d45c86

Browse files
committed
update npmPublish wf (gh artifact actions v++)
1 parent 4a22374 commit 3d45c86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npmPublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
- name: Update build GitHub README.md file
3434
run: cp ./README.md ./build
3535
- name: Upload build artifact
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
path: build
3939
name: codebud-build
4040
- name: Download build artifact
41-
uses: actions/download-artifact@v3
41+
uses: actions/download-artifact@v4
4242
with:
4343
name: codebud-build
4444
- name: Go to build folder & publish new version to NPM

0 commit comments

Comments
 (0)