Skip to content

Commit

Permalink
Update to actions/{upload,download}-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
badeball committed Jun 23, 2024
1 parent 15b2aa5 commit bf8fcff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Pack
run: npm pack
- name: Store dirty build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
path: badeball-*
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
rm -rf examples/!(${{ matrix.example }})
rm -rf !(examples)
- name: Retrieve dirty build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: examples/${{ matrix.example }}
Expand Down

0 comments on commit bf8fcff

Please sign in to comment.