Skip to content

Commit

Permalink
Using upload-artifact v4 for all artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Jun 17, 2024
1 parent 7b20e52 commit 16c4c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-realm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Bundle all packages
run: npm run bundle
- name: Upload dist artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ts-build
# Including README.md to pin paths to the root of the repository
Expand Down Expand Up @@ -518,7 +518,7 @@ jobs:
name: jsi-binding-source

- name: Download TypeScript build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ts-build

Expand Down

0 comments on commit 16c4c36

Please sign in to comment.