Skip to content

Commit bf8fcff

Browse files
committed
Update to actions/{upload,download}-artifact@v4
1 parent 15b2aa5 commit bf8fcff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Pack
5252
run: npm pack
5353
- name: Store dirty build
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: build
5757
path: badeball-*
@@ -88,7 +88,7 @@ jobs:
8888
rm -rf examples/!(${{ matrix.example }})
8989
rm -rf !(examples)
9090
- name: Retrieve dirty build
91-
uses: actions/download-artifact@v3
91+
uses: actions/download-artifact@v4
9292
with:
9393
name: build
9494
path: examples/${{ matrix.example }}

0 commit comments

Comments
 (0)