Skip to content

Commit

Permalink
Merge pull request #2250 from OneSignal/ci_upgrade_actions_deprecation
Browse files Browse the repository at this point in the history
[ci] update `actions` to v4
  • Loading branch information
nan-li authored Jan 31, 2025
2 parents dd74c18 + 1a6104f commit 9cf7cd0
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 9cf7cd0

Please sign in to comment.