Skip to content

Commit 158815e

Browse files
committed
fix: update upload-artifact version
1 parent fd2dac3 commit 158815e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build
2222
run: GOOS=${{ matrix.platform }} GOARCH=${{ matrix.arch }} go build -ldflags="-X main.version=$(git rev-parse --short HEAD)" -o migrash-${{ matrix.platform }}-${{ matrix.arch }}
2323
- name: Archive
24-
uses: actions/upload-artifact@v2
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: migrash-${{ matrix.platform }}-${{ matrix.arch }}
2727
path: migrash-${{ matrix.platform }}-${{ matrix.arch }}

0 commit comments

Comments
 (0)