Skip to content

Commit 5b2665d

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 (#168)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71e0c9d commit 5b2665d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ jobs:
7272
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
7373

7474
- name: Upload Miuix ${{ matrix.platform }} artifact
75-
uses: actions/upload-artifact@v5
75+
uses: actions/upload-artifact@v6
7676
with:
7777
name: ${{ matrix.artifact-name }}
7878
path: ${{ matrix.artifact-path }}
7979

8080
- name: Upload Miuix ${{ matrix.platformEx }} artifact
8181
if: matrix.platformEx == 'android universal'
82-
uses: actions/upload-artifact@v5
82+
uses: actions/upload-artifact@v6
8383
with:
8484
name: ${{ matrix.artifact-nameEx }}
8585
path: ${{ matrix.artifact-pathEx }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: ./gradlew ${{ matrix.target }}
4949
- name: Upload reports
5050
if: failure()
51-
uses: actions/upload-artifact@v5
51+
uses: actions/upload-artifact@v6
5252
with:
5353
name: reports
5454
path: |

0 commit comments

Comments
 (0)