Skip to content

Commit

Permalink
fix: use v4 for uploading artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Aug 2, 2024
1 parent b283fff commit beaa576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

- name: Archive desktop sourcemaps
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: desktop-sourcemap-${{ github.ref_name }}
path: desktop/dist/www/merged-source-map.js.map
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
S3_URL: s3://${{ env.SHOULD_DEPLOY_PRODUCTION != 'true' && 'staging-' || '' }}expensify-cash

- name: Archive web sourcemaps
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: web-sourcemap-${{ github.ref_name }}
path: dist/merged-source-map.js.map
Expand Down

0 comments on commit beaa576

Please sign in to comment.