Skip to content

Commit

Permalink
Update .github/workflows/build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vdemeester authored and openshift-merge-bot[bot] committed Jan 2, 2024
1 parent fef5d09 commit c0d1ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: build catalog-cd
run: go build -o catalog-cd -v ./cmd/catalog-cd
- name: Upload catalog-cd binary
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: catalog-cd-bin
path: catalog-cd

0 comments on commit c0d1ea3

Please sign in to comment.