Skip to content

Commit

Permalink
[ci] update actions to v4
Browse files Browse the repository at this point in the history
* See deprecation notice: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
* Let's update all `actions` packages to v4
* The `android-actions/setup-android` is still on release v3
  • Loading branch information
nan-li committed Jan 30, 2025
1 parent dd74c18 commit 1a6104f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "[Setup] Java"
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand All @@ -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 1a6104f

Please sign in to comment.