Skip to content

Commit 9b29e48

Browse files
committed
Update github actions
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
1 parent fbc4f90 commit 9b29e48

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/setup-go@v2
12+
- uses: actions/setup-go@v5
1313
with:
1414
go-version: 1.24.x
1515

16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 1
1919
submodules: recursive
@@ -26,7 +26,7 @@ jobs:
2626
./build.sh
2727
2828
- name: Upload Build
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v4
3030
with:
3131
path: ./release/*
3232
if-no-files-found: error

0 commit comments

Comments
 (0)