Skip to content

Commit

Permalink
⬆️ Update GitHub Artifact Actions to v4 (#690)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 30d439a commit 5d53dc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Create bundle
run: yarn pack
- name: Upload production package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bundle
path: package.tgz
Expand All @@ -121,7 +121,7 @@ jobs:
shell: bash -l {0}
run: nvm install 0.12
- name: Download production package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bundle
- name: Untar the published package
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Install latest npm version
run: npm install -g npm
- name: Download production package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bundle
- name: Publish package
Expand Down

0 comments on commit 5d53dc0

Please sign in to comment.