We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a152b commit 304cfbeCopy full SHA for 304cfbe
.github/workflows/manual.yml
@@ -37,7 +37,7 @@ jobs:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
39
- name: Upload artifacts
40
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
41
with:
42
name: dist
43
path: dist/**/*
.github/workflows/release.yml
@@ -142,7 +142,7 @@ jobs:
142
run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }} .
143
144
145
146
147
name: ${{ matrix.language }}-sdk.tar.gz
148
path: ${{ github.workspace}}/sdk/${{ matrix.language }}.tar.gz
0 commit comments