Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit eb1551e

Browse files
chore: update actions/upload-artifact action to v4.6.0 (#150)
1 parent 5ee8ae1 commit eb1551e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
GOARCH: ${{ matrix.goarch }}
3333
run: go build -o build/monstercat_${{ matrix.goos }}_${{ matrix.goarch }}${{ env.SUFFIX }} main.go
3434
- name: store binary
35-
uses: actions/upload-artifact@v4.5.0
35+
uses: actions/upload-artifact@v4.6.0
3636
with:
3737
name: ${{ matrix.goos }}_${{ matrix.goarch }}
3838
path: build/

0 commit comments

Comments
 (0)