Skip to content

Commit

Permalink
[chore] bumped deprecated github upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kharonus committed Feb 18, 2025
1 parent c2843df commit 0b47e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -ldflags="-s -w -extldflags "-static" -X main.version=${{ env.version }} -X main.commit=$GITHUB_SHA -X main.date=$(date -u +"%Y-%m-%dT%H:%M:%SZ")" -o op-windows_amd64

- name: Upload build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: openproject-cli
path: op-*
Expand Down

0 comments on commit 0b47e89

Please sign in to comment.