Skip to content

Commit 429913b

Browse files
authored
Update build-cflow.yml
1 parent 4d0dea3 commit 429913b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
go build -o memos${{ matrix.goos == 'windows' && '.exe' || '' }} ./bin/memos/main.go
6666
6767
- name: Upload artifacts
68-
uses: actions/upload-artifact@v2
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: memos-${{ matrix.goos }}-${{ matrix.goarch }}
7171
path: memos/memos${{ matrix.goos == 'windows' && '.exe' || '' }}

0 commit comments

Comments
 (0)