We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1913116 commit 491bcddCopy full SHA for 491bcdd
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
run: tar -zcvf $BUILD_GROUP.tar.gz -C prebuilds .
51
shell: bash
52
- name: Upload artifact
53
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
54
with:
55
name: ${{ env.BUILD_GROUP }}
56
path: ${{ env.BUILD_GROUP }}.tar.gz
.github/workflows/smoke.yml
@@ -52,7 +52,7 @@ jobs:
57
58
0 commit comments