We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277ff35 commit 160e643Copy full SHA for 160e643
.github/workflows/manual.yml
@@ -39,7 +39,7 @@ jobs:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
41
- name: Upload artifacts
42
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
43
with:
44
name: dist
45
path: dist/**/*
.github/workflows/release.yml
@@ -156,7 +156,7 @@ jobs:
156
run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }}/bin .
157
158
159
160
161
name: ${{ matrix.language }}-sdk.tar.gz
162
path: ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz
0 commit comments