Skip to content

Commit

Permalink
Updated delete-artifact to v5, due to deprecated v4, for correspondin…
Browse files Browse the repository at this point in the history
…g upload-artifact v4
  • Loading branch information
dmurphy18 committed Jul 15, 2024
1 parent a52ba3b commit 7c0c04d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ jobs:

- name: Delete Exit Status Artifacts
if: always()
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v5
with:
name: exitstatus
failOnError: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/ci-tail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

- name: Delete Exit Status Artifacts
if: always()
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v5
with:
name: exitstatus
failOnError: false
Expand Down

0 comments on commit 7c0c04d

Please sign in to comment.