Skip to content

Commit

Permalink
lint: worlflow upgrade for upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpioborn committed Feb 3, 2025
1 parent b8b6f4f commit db334b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
GOWRK=off go build cmd/sged/main.go
- name: Upload sged artifact
if: env.GIT_DIFF
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sged-${{ matrix.targetos }}-${{ matrix.arch }}
path: cmd/sged/sged
Expand Down

0 comments on commit db334b1

Please sign in to comment.