Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 3 to 4 (#1761)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2023
1 parent 4cd451f commit 0aa7b35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
tar -czf ../exo.${{ matrix.pair.target }}.tar.gz *
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.pair.target }}-artifact
path: exo.${{ matrix.pair.target }}.tar.gz
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
mv exocore-v*.tgz exocore-web.tar.gz
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: client-web-artifact
path: exocore-web.tar.gz
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
tar -czf $GITHUB_WORKSPACE/exocore-ios.tar.gz *
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: client-ios-artifact
path: exocore-ios.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
cd $GITHUB_WORKSPACE/examples/web
DEBUG=pw:api npm exec playwright test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down

0 comments on commit 0aa7b35

Please sign in to comment.