From 7c0c04dc4f4575807eea7aaff5ce58d517618af1 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Mon, 15 Jul 2024 14:16:13 -0600 Subject: [PATCH] Updated delete-artifact to v5, due to deprecated v4, for corresponding upload-artifact v4 --- .github/workflows/ci.yml | 2 +- .github/workflows/templates/ci-tail.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a1569762..9c81057c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/templates/ci-tail.yml b/.github/workflows/templates/ci-tail.yml index 368f3bed9..712f5169e 100644 --- a/.github/workflows/templates/ci-tail.yml +++ b/.github/workflows/templates/ci-tail.yml @@ -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