Skip to content

Commit 012bd02

Browse files
bugs action
1 parent bfb6a84 commit 012bd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Upload binary as artifact
3131
if: startsWith(github.ref, 'refs/tags/')
32-
uses: actions/upload-artifact
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: gateway-${GITHUB_REF##*/}
3535
path: ./build/gateway # Replace this with the actual path to your binary

0 commit comments

Comments
 (0)