We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2843df commit 0b47e89Copy full SHA for 0b47e89
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
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
36
37
- name: Upload build artifact
38
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
39
with:
40
name: openproject-cli
41
path: op-*
0 commit comments