Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 6f8ce15

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent eb1d1b3 commit 6f8ce15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: ./gradlew clean assemble
7979
- name: Archive Build Artifacts
8080
id: archive
81-
uses: actions/upload-artifact@v5
81+
uses: actions/upload-artifact@v6
8282
with:
8383
name: build-artifacts-${{ matrix.name }}-${{ github.run_id }}
8484
path: |
@@ -146,7 +146,7 @@ jobs:
146146
- name: Archive Test Artifacts
147147
if: success() || failure()
148148
id: archive
149-
uses: actions/upload-artifact@v5
149+
uses: actions/upload-artifact@v6
150150
with:
151151
name: test-artifacts-${{ matrix.name }}-${{ github.run_id }}
152152
path: |

0 commit comments

Comments
 (0)