Skip to content

Commit 160e643

Browse files
chore(deps): update actions/upload-artifact action to v6 (#524)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 277ff35 commit 160e643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Upload artifacts
42-
uses: actions/upload-artifact@v5
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: dist
4545
path: dist/**/*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }}/bin .
157157

158158
- name: Upload artifacts
159-
uses: actions/upload-artifact@v5
159+
uses: actions/upload-artifact@v6
160160
with:
161161
name: ${{ matrix.language }}-sdk.tar.gz
162162
path: ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz

0 commit comments

Comments
 (0)