Skip to content

Commit

Permalink
Update delete-artifact github action
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Mar 2, 2024
1 parent 2e4ad52 commit 0eaf25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ygopro-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ jobs:
shell: bash
run: ./travis/deploy.sh
- name: Delete artifacts
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v4
with:
name: |
osx-aarch64
Expand Down Expand Up @@ -503,7 +503,7 @@ jobs:
shell: bash
run: ./travis/deploy.sh
- name: Delete artifacts
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v4
with:
name: |
osx-aarch64-cctools
Expand Down

0 comments on commit 0eaf25b

Please sign in to comment.