aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/deploy_github_releases.yml6
-rw-r--r--.github/workflows/pull_request.yml14
2 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml
index a42aa2f6..2cb71588 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@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
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@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
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@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
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 cba0d543..5c11fdfc 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -56,7 +56,7 @@ jobs:
- name: Upload Kotlin build report
if: "${{ always() }}"
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: Build report
path: build/reports/kotlin-build/
@@ -87,14 +87,14 @@ jobs:
- name: (Fail-only) Upload test report
if: "${{ failure() }}"
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: Test report
path: app/build/reports
- name: Upload Kotlin build report
if: "${{ always() }}"
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: Build report
path: build/reports/kotlin-build/
@@ -125,7 +125,7 @@ jobs:
- name: Upload Kotlin build report
if: "${{ always() }}"
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: Build report
path: build/reports/kotlin-build/
@@ -156,7 +156,7 @@ jobs:
- name: Upload Kotlin build report
if: "${{ always() }}"
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: Build report
path: build/reports/kotlin-build/
@@ -187,7 +187,7 @@ jobs:
- name: Upload Kotlin build report
if: "${{ always() }}"
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: Build report
path: build/reports/kotlin-build/
@@ -218,7 +218,7 @@ jobs:
- name: Upload Kotlin build report
if: "${{ always() }}"
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: Build report
path: build/reports/kotlin-build/