File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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 }}
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 }}
Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 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/
You can’t perform that action at this time.
0 commit comments