mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Updated delete-artifact to v5, due to deprecated v4, for corresponding upload-artifact v4
This commit is contained in:
parent
a52ba3b64d
commit
7c0c04dc4f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -532,7 +532,7 @@ jobs:
|
||||||
|
|
||||||
- name: Delete Exit Status Artifacts
|
- name: Delete Exit Status Artifacts
|
||||||
if: always()
|
if: always()
|
||||||
uses: geekyeggo/delete-artifact@v2
|
uses: geekyeggo/delete-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: exitstatus
|
name: exitstatus
|
||||||
failOnError: false
|
failOnError: false
|
||||||
|
|
2
.github/workflows/templates/ci-tail.yml
vendored
2
.github/workflows/templates/ci-tail.yml
vendored
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
- name: Delete Exit Status Artifacts
|
- name: Delete Exit Status Artifacts
|
||||||
if: always()
|
if: always()
|
||||||
uses: geekyeggo/delete-artifact@v2
|
uses: geekyeggo/delete-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: exitstatus
|
name: exitstatus
|
||||||
failOnError: false
|
failOnError: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue