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 0a2f475 commit 0d7de4eCopy full SHA for 0d7de4e
.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