Skip to content

Commit

Permalink
Update release workflow to use new upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
joekr committed Sep 19, 2024
1 parent d634751 commit 5adae75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "Release Tag: ${{ github.ref_name }}"
curl -sSL https://doc.crds.dev/github.com/oracle/cluster-api-provider-oci@${{ github.ref_name }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: CAPOCI Artifacts
path: out/

0 comments on commit 5adae75

Please sign in to comment.