Skip to content

Commit

Permalink
Update GeekyEggo/delete-artifact to v5 (#1026)
Browse files Browse the repository at this point in the history
Follows guidance from compatibility chart in:
https://github.com/GeekyEggo/delete-artifact?tab=readme-ov-file#-compatibility

We use v4 of the upload/download artifact action, so we also need to
upgrade the `delete-artifact` action used in
[pulumi/pulumi-kubernetes](https://github.com/pulumi/pulumi-kubernetes).

Fixes: pulumi/pulumi-kubernetes#3095
  • Loading branch information
rquitales authored Jul 9, 2024
1 parent 8e401dc commit ee58764
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,6 @@ jobs:
- name: Destroy test infra
run: ./scripts/ci-cluster-destroy.sh ${{
needs.build-test-cluster.outputs.stack-name }}
- uses: geekyeggo/delete-artifact@v1
- uses: geekyeggo/delete-artifact@v5
with:
name: config
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,6 @@ jobs:
- name: Destroy test infra
run: ./scripts/ci-cluster-destroy.sh ${{
needs.build-test-cluster.outputs.stack-name }}
- uses: geekyeggo/delete-artifact@v1
- uses: geekyeggo/delete-artifact@v5
with:
name: config
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,6 @@ jobs:
- name: Destroy test infra
run: ./scripts/ci-cluster-destroy.sh ${{
needs.build-test-cluster.outputs.stack-name }}
- uses: geekyeggo/delete-artifact@v1
- uses: geekyeggo/delete-artifact@v5
with:
name: config
2 changes: 1 addition & 1 deletion native-provider-ci/src/action-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const checkout = "actions/checkout@v4";
export const gitStatusCheck = "pulumi/git-status-check-action@v1";
export const cleanupArtifact = "c-hive/gha-remove-artifacts@v1";
export const createOrUpdateComment = "peter-evans/create-or-update-comment@v1";
export const deleteArtifact = "geekyeggo/delete-artifact@v1";
export const deleteArtifact = "geekyeggo/delete-artifact@v5";
export const downloadArtifact = "actions/download-artifact@v4";
export const notifySlack = "8398a7/action-slack@v3";
export const pathsFilter = "dorny/paths-filter@v2";
Expand Down

0 comments on commit ee58764

Please sign in to comment.