Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#11407 from ComplianceAsCode/depen…
Browse files Browse the repository at this point in the history
…dabot/github_actions/geekyeggo/delete-artifact-4

Bump geekyeggo/delete-artifact from 2 to 4
  • Loading branch information
jan-cerny authored Jan 2, 2024
2 parents efb6e59 + 231cb56 commit d15e2fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatus-cs8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
path: logs_ansible/
- name: Delete datastream artifact
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v4
with:
name: ${{ env.DATASTREAM }}
useGlob: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automatus-cs9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
path: logs_ansible/
- name: Delete datastream artifact
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v4
with:
name: ${{ env.DATASTREAM }}
useGlob: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automatus-sle15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
path: logs_ansible/
- name: Delete datastream artifact
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v4
with:
name: ${{ env.DATASTREAM }}
useGlob: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automatus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
path: logs_ansible/
- name: Delete datastream artifact
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v4
with:
name: ssg-${{steps.product.outputs.prop}}-ds.xml
useGlob: false
Expand Down

0 comments on commit d15e2fe

Please sign in to comment.