Skip to content

Commit a1fa3b6

Browse files
Bump actions/upload-artifact from 5 to 6 (#1779)
1 parent 4d7aa6d commit a1fa3b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454

5555
- name: Upload build reports regardless
5656
if: always()
57-
uses: actions/upload-artifact@v5
57+
uses: actions/upload-artifact@v6
5858
with:
5959
name: build-reports-${{ matrix.variant }}-${{ matrix.build_type }}
6060
path: app/build/reports
6161
if-no-files-found: ignore
6262

6363
- name: Upload artifacts
64-
uses: actions/upload-artifact@v5
64+
uses: actions/upload-artifact@v6
6565
with:
6666
name: session-${{ matrix.variant }}-${{ matrix.build_type }}
6767
path: app/build/outputs/apk/${{ matrix.variant }}/${{ matrix.build_type }}/*-universal*apk

0 commit comments

Comments
 (0)