Skip to content

Commit

Permalink
Merge pull request #49 from reown-com/update-upload-artifact
Browse files Browse the repository at this point in the history
chore:update upload artifact
  • Loading branch information
jakubuid authored Feb 3, 2025
2 parents 6bdd041 + 7de4905 commit a4feeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ci_instrumented_tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
NOTIFY_INTEGRATION_TESTS_SECRET: ${{ inputs.notifySecret }}
run: ./gradlew ${{ inputs.command }} -Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: ${{ inputs.name }}
Expand Down

0 comments on commit a4feeb2

Please sign in to comment.