Skip to content

Commit

Permalink
fix: upload artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sidmorizon committed Feb 8, 2025
1 parent b7f2224 commit f63cfd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "WORKFLOW_BUILD_NUMBER=1" >> ./workflow-data/params.env
- name: Upload workflow parameters
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: workflow-params
path: workflow-data/params.env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
eas build --profile=production --platform android --non-interactive --no-wait --resource-class large
- name: Upload WebEmbed Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: upload-web-embed-artifacts
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
yarn test
- name: Upload Test Report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test-report
Expand Down

0 comments on commit f63cfd0

Please sign in to comment.