Skip to content

Commit 5aa8d27

Browse files
authored
Update release workflow to use new upload-artifact@v4 (#386)
v2 is deprecated https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
1 parent ef5b1a3 commit 5aa8d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "Release Tag: ${{ github.ref_name }}"
3131
curl -sSL https://doc.crds.dev/github.com/oracle/cluster-api-provider-oci@${{ github.ref_name }}
3232
33-
- uses: actions/upload-artifact@v2
33+
- uses: actions/upload-artifact@v4
3434
with:
3535
name: CAPOCI Artifacts
3636
path: out/

0 commit comments

Comments
 (0)