Skip to content

Commit

Permalink
build: bump GeekyEggo/delete-artifact from 2.0.0 to 4.0.0
Browse files Browse the repository at this point in the history
Closes #22
  • Loading branch information
TheMrMilchmann committed Jan 8, 2024
1 parent 41d5d4a commit a0c66a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cleanup
uses: GeekyEggo/delete-artifact@54ab544f12cdb7b71613a16a2b5a37a9ade990af
uses: GeekyEggo/delete-artifact@9d15d164b1dcd538ff1b1a2984bc2c0240986c3b
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ env.WORKSPACE_ARTIFACT }}
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cleanup
uses: GeekyEggo/delete-artifact@54ab544f12cdb7b71613a16a2b5a37a9ade990af
uses: GeekyEggo/delete-artifact@9d15d164b1dcd538ff1b1a2984bc2c0240986c3b
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ env.WORKSPACE_ARTIFACT }}

0 comments on commit a0c66a7

Please sign in to comment.