We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2dac3 commit 158815eCopy full SHA for 158815e
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build
22
run: GOOS=${{ matrix.platform }} GOARCH=${{ matrix.arch }} go build -ldflags="-X main.version=$(git rev-parse --short HEAD)" -o migrash-${{ matrix.platform }}-${{ matrix.arch }}
23
- name: Archive
24
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
25
with:
26
name: migrash-${{ matrix.platform }}-${{ matrix.arch }}
27
path: migrash-${{ matrix.platform }}-${{ matrix.arch }}
0 commit comments