Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.2 (#3255)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 278eca2 commit f53e536
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_github_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ jobs:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}

- name: Upload non-free release APK
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: APS Free Release APK
path: app/build/outputs/apk/free/release/app-free-release.apk
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Upload Kotlin build report
if: "${{ always() }}"
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: Build report (check-codestyle)
path: build/reports/kotlin-build/
Expand All @@ -41,14 +41,14 @@ jobs:

- name: (Fail-only) Upload test report
if: "${{ failure() }}"
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: Test report (unit-tests)
path: app/build/reports

- name: Upload Kotlin build report
if: "${{ always() }}"
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: Build report (unit-tests)
path: build/reports/kotlin-build/
Expand All @@ -65,7 +65,7 @@ jobs:

- name: Upload Kotlin build report
if: "${{ always() }}"
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: Build report (build-apks)
path: build/reports/kotlin-build/
Expand All @@ -82,7 +82,7 @@ jobs:

- name: Upload Kotlin build report
if: "${{ always() }}"
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: Build report (check-api)
path: build/reports/kotlin-build/
Expand All @@ -99,7 +99,7 @@ jobs:

- name: Upload Kotlin build report
if: "${{ always() }}"
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: Build report (lint)
path: build/reports/kotlin-build/

0 comments on commit f53e536

Please sign in to comment.