diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2a843d..a12ca0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -74,7 +74,7 @@ jobs: echo "AWS_LC_SYS_PREBUILT_NASM=1" >> "$GITHUB_ENV" - name: Cache Gradle dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.gradle/caches @@ -100,7 +100,7 @@ jobs: run: ./gradlew app:assembleDebug - name: Upload Debug APK artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: app-debug-apks-${{ github.run_id }} path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35bad30..3e68ea8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} @@ -199,7 +199,7 @@ jobs: echo "Resolved release tag: $TAG_NAME" - name: Checkout code at tag - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 ref: refs/tags/${{ steps.version.outputs.tag }} @@ -249,7 +249,7 @@ jobs: echo "AWS_LC_SYS_PREBUILT_NASM=1" >> "$GITHUB_ENV" - name: Cache Gradle dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.gradle/caches @@ -350,7 +350,7 @@ jobs: echo "Artifacts filename suffix: '${SIGNED_SUFFIX}' (empty=signed, -unsigned=unsigned)" - name: Upload release package artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: app-release-package-${{ steps.version.outputs.tag }} path: output/*