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 bfb6a84 commit 012bd02Copy full SHA for 012bd02
.github/workflows/build.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Upload binary as artifact
31
if: startsWith(github.ref, 'refs/tags/')
32
- uses: actions/upload-artifact
+ uses: actions/upload-artifact@v4
33
with:
34
name: gateway-${GITHUB_REF##*/}
35
path: ./build/gateway # Replace this with the actual path to your binary
0 commit comments