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 bec1a7d commit 473dd45Copy full SHA for 473dd45
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
rm -rf ${{ env.DEST }}
40
mkdir -p ${{ env.DEST }}
41
bazel run --config=release //tools/release:copy_release_artifacts
42
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
43
with:
44
name: go-binaries
45
path: binaries/
0 commit comments