Skip to content

Commit 100af30

Browse files
authored
Use v4
1 parent 3e64a1f commit 100af30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
node-version: 12
9999

100100
- name: Download webmscore package tarball
101-
uses: actions/download-artifact@v3
101+
uses: actions/download-artifact@v4
102102
with:
103103
name: npm-pack
104104
path: web-example
@@ -109,7 +109,7 @@ jobs:
109109
npm i ./webmscore-*.tgz
110110
npm start
111111
112-
- uses: actions/upload-artifact@v3
112+
- uses: actions/upload-artifact@v4
113113
with:
114114
name: example-exports
115115
path: web-example/exported*

0 commit comments

Comments
 (0)