Skip to content

Commit

Permalink
Trying earlier version of delete-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Jul 15, 2024
1 parent 9ef4069 commit a52ba3b
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@v3
uses: geekyeggo/delete-artifact@v2
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@v3
uses: geekyeggo/delete-artifact@v2
with:
name: exitstatus
failOnError: false
Expand Down

0 comments on commit a52ba3b

Please sign in to comment.