diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/deploy_github_releases.yml | 6 | ||||
-rw-r--r-- | .github/workflows/pull_request.yml | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index c300d55d..cd9062af 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -35,19 +35,19 @@ jobs: SENTRY_DSN: ${{ secrets.SENTRY_DSN }} - name: Upload non-free release APK - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: APS Non-Free Release APK path: app/build/outputs/apk/nonFree/release/app-nonFree-release.apk - name: Upload non-free release Bundle - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: APS Non-Free Release Bundle path: app/build/outputs/bundle/nonFreeRelease/app-nonFree-release.aab - name: Upload free release APK - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: APS Free Release APK path: app/build/outputs/apk/free/release/app-free-release.apk diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 95aa6067..393b7767 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -37,7 +37,7 @@ jobs: - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: Build report (check-codestyle) path: build/reports/kotlin-build/ @@ -67,14 +67,14 @@ jobs: - name: (Fail-only) Upload test report if: "${{ failure() }}" - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: Test report (unit-tests) path: app/build/reports - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: Build report (unit-tests) path: build/reports/kotlin-build/ @@ -104,7 +104,7 @@ jobs: - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: Build report (build-apks) path: build/reports/kotlin-build/ @@ -134,7 +134,7 @@ jobs: - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: Build report (check-api) path: build/reports/kotlin-build/ @@ -164,7 +164,7 @@ jobs: - name: Upload Kotlin build report if: "${{ always() }}" - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: Build report (lint) path: build/reports/kotlin-build/ |