Skip to content

Commit 55ec001

Browse files
committed
upogrades from v3 to v4 the artefact
1 parent 5e62245 commit 55ec001

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# .github/workflows/build.yml
21
name: Build Go Application
32

43
on:
@@ -32,7 +31,7 @@ jobs:
3231
fi
3332
3433
- name: Upload artifact
35-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3635
with:
3736
name: ctrl2arena-${{ matrix.goos }}-${{ matrix.goarch }}
3837
path: |

0 commit comments

Comments
 (0)