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

Commit 2f14d39

Browse files
chore(deps): update actions/upload-artifact action to v4.4.1 (#3252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2cf63c8 commit 2f14d39

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/deploy_github_releases.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ jobs:
2525
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
2626

2727
- name: Upload non-free release APK
28-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
28+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
2929
with:
3030
name: APS Non-Free Release APK
3131
path: app/build/outputs/apk/nonFree/release/app-nonFree-release.apk
3232

3333
- name: Upload non-free release Bundle
34-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
34+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
3535
with:
3636
name: APS Non-Free Release Bundle
3737
path: app/build/outputs/bundle/nonFreeRelease/app-nonFree-release.aab
3838

3939
- name: Upload free release APK
40-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
40+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
4141
with:
4242
name: APS Free Release APK
4343
path: app/build/outputs/apk/free/release/app-free-release.apk

.github/workflows/pull_request.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Upload Kotlin build report
2626
if: "${{ always() }}"
27-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
27+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
2828
with:
2929
name: Build report (check-codestyle)
3030
path: build/reports/kotlin-build/
@@ -41,14 +41,14 @@ jobs:
4141

4242
- name: (Fail-only) Upload test report
4343
if: "${{ failure() }}"
44-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
44+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
4545
with:
4646
name: Test report (unit-tests)
4747
path: app/build/reports
4848

4949
- name: Upload Kotlin build report
5050
if: "${{ always() }}"
51-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
51+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
5252
with:
5353
name: Build report (unit-tests)
5454
path: build/reports/kotlin-build/
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Upload Kotlin build report
6767
if: "${{ always() }}"
68-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
68+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
6969
with:
7070
name: Build report (build-apks)
7171
path: build/reports/kotlin-build/
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Upload Kotlin build report
8484
if: "${{ always() }}"
85-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
85+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
8686
with:
8787
name: Build report (check-api)
8888
path: build/reports/kotlin-build/
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Upload Kotlin build report
101101
if: "${{ always() }}"
102-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
102+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
103103
with:
104104
name: Build report (lint)
105105
path: build/reports/kotlin-build/

0 commit comments

Comments
 (0)