Skip to content

Commit

Permalink
[ci] update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nan-li committed Jan 30, 2025
1 parent 2aecc51 commit c811ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
./gradlew testReleaseUnitTest --console=plain --continue
- name: Unit tests results
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: unit-tests-results
path: OneSignalSDK/unittest/build

0 comments on commit c811ec2

Please sign in to comment.