Skip to content

Commit fafa4d0

Browse files
authored
another delete artifact
1 parent 4555c45 commit fafa4d0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/Matrix XP.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,9 @@ jobs:
136136
with:
137137
path: ~/artifacts
138138

139-
- name: Delete Artifacts
140-
uses: jimschubert/delete-artifacts-action@v1
141-
env:
142-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
139+
- uses: geekyeggo/delete-artifact@v2
140+
with:
141+
name: '*'
143142

144143
- name: "✔️ ls"
145144
run: |

0 commit comments

Comments
 (0)