We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5b1a3 commit 5aa8d27Copy full SHA for 5aa8d27
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
echo "Release Tag: ${{ github.ref_name }}"
31
curl -sSL https://doc.crds.dev/github.com/oracle/cluster-api-provider-oci@${{ github.ref_name }}
32
33
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
34
with:
35
name: CAPOCI Artifacts
36
path: out/
0 commit comments