We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0dea3 commit 429913bCopy full SHA for 429913b
.github/workflows/build-cflow.yml
@@ -65,7 +65,7 @@ jobs:
65
go build -o memos${{ matrix.goos == 'windows' && '.exe' || '' }} ./bin/memos/main.go
66
67
- name: Upload artifacts
68
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
69
with:
70
name: memos-${{ matrix.goos }}-${{ matrix.goarch }}
71
path: memos/memos${{ matrix.goos == 'windows' && '.exe' || '' }}
0 commit comments