Skip to content

Commit 2ffa4c9

Browse files
committed
feat: fix release yml
1 parent b9e5687 commit 2ffa4c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@ jobs:
4646
- name: Build Binary for ${{matrix.os}}
4747
run: |
4848
make build
49-
49+
5050
# ==============================
5151
# Upload artifacts
5252
# ==============================
5353

5454
- name: Upload Linux Build
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
if: matrix.os == 'ubuntu-latest'
5757
with:
5858
name: linux
5959
path: ./build/bin/gnfd
6060

6161
- name: Upload MacOS Build
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
if: matrix.os == 'macos-latest'
6464
with:
6565
name: macos
@@ -85,13 +85,13 @@ jobs:
8585
with:
8686
name: linux
8787
path: ./linux
88-
88+
8989
- name: Download Artifacts
9090
uses: actions/download-artifact@v3
9191
with:
9292
name: macos
9393
path: ./macos
94-
94+
9595
# Prepare assets
9696
- run: |
9797
mv ./linux/gnfd ./linux/linux

0 commit comments

Comments
 (0)