Skip to content

Commit ac14268

Browse files
[chore] Renovate: Update actions/upload-artifact action v6 to v7
1 parent a5b0eb1 commit ac14268

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/create_artifact_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: echo "version=${GITHUB_REF#refs/tags/androidBuild/}" >> $GITHUB_ENV
4444

4545
- name: Upload Mapping File Artifact
46-
uses: actions/upload-artifact@v6
46+
uses: actions/upload-artifact@v7
4747
with:
4848
name: mapping-${{ env.version }}.txt
4949
path: ./composeApp/build/outputs/mapping/release/mapping.txt
@@ -54,7 +54,7 @@ jobs:
5454
echo "apk_path=$apk_path" >> $GITHUB_ENV
5555
5656
- name: Upload APK Artifact
57-
uses: actions/upload-artifact@v6
57+
uses: actions/upload-artifact@v7
5858
with:
5959
name: OctoMeter-${{ env.version }}.apk
6060
path: ${{ env.apk_path }}
@@ -65,7 +65,7 @@ jobs:
6565
echo "aab_path=$aab_path" >> $GITHUB_ENV
6666
6767
- name: Upload AAB Artifact
68-
uses: actions/upload-artifact@v6
68+
uses: actions/upload-artifact@v7
6969
with:
7070
name: OctoMeter-${{ env.version }}.aab
7171
path: ${{ env.aab_path }}

.github/workflows/main_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Upload test report
5151
if: failure()
52-
uses: actions/upload-artifact@v6
52+
uses: actions/upload-artifact@v7
5353
with:
5454
name: test-report
5555
path: composeApp/build/reports/tests/

.github/workflows/renovate_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Upload test report
6464
if: failure()
65-
uses: actions/upload-artifact@v6
65+
uses: actions/upload-artifact@v7
6666
with:
6767
name: test-report
6868
path: composeApp/build/reports/tests/

0 commit comments

Comments
 (0)