Skip to content

Commit a79d2eb

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
run: ./gradlew spotlessCheck lintRelease :composeApp:assembleRelease --stacktrace
4242

4343
- name: Upload build outputs (APKs)
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: build-outputs
4747
path: composeApp/build/outputs/apk
4848

4949
- name: Upload build reports
5050
if: always()
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: build-reports
5454
path: composeApp/build/reports

0 commit comments

Comments
 (0)