Skip to content

Commit

Permalink
build: update ci to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Mar 18, 2024
1 parent 24928e7 commit 7ef9ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
path: world.txt

- name: Delete (specific, glob disabled)
uses: geekyeggo/delete-artifact@v4
uses: geekyeggo/delete-artifact@v5
with:
name: my-artifact
useGlob: false

- name: Delete (pattern, glob enabled)
uses: geekyeggo/delete-artifact@v4
uses: geekyeggo/delete-artifact@v5
with:
name: my-*

0 comments on commit 7ef9ad1

Please sign in to comment.