Skip to content

Commit

Permalink
Revert "Bump geekyeggo/delete-artifact from 2 to 4"
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapolasek authored Jan 25, 2024
1 parent 51d5554 commit 9a054e6
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@v4
uses: geekyeggo/delete-artifact@v2
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@v4
uses: geekyeggo/delete-artifact@v2
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@v4
uses: geekyeggo/delete-artifact@v2
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@v4
uses: geekyeggo/delete-artifact@v2
with:
name: ssg-${{steps.product.outputs.prop}}-ds.xml
useGlob: false
Expand Down

0 comments on commit 9a054e6

Please sign in to comment.