Skip to content

Commit

Permalink
Merge pull request #23 from skst/dependabot/github_actions/GeekyEggo/…
Browse files Browse the repository at this point in the history
…delete-artifact-5

Bump GeekyEggo/delete-artifact from 4 to 5
  • Loading branch information
skst committed Apr 28, 2024
2 parents 3bfbd84 + eb3a7ae commit d7783f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
# Delete publish artifact so it does not count against storage
# https://github.com/marketplace/actions/delete-artifact
- name: Delete build artifact
uses: GeekyEggo/delete-artifact@v4
uses: GeekyEggo/delete-artifact@v5
with:
name: ${{env.ARTIFACT_PACKAGE}}
failOnError: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
# Delete publish artifact so it does not count against storage
# https://github.com/marketplace/actions/delete-artifact
- name: Delete build artifact
uses: GeekyEggo/delete-artifact@v4.1.0
uses: GeekyEggo/delete-artifact@v5
with:
name: ${{env.ARTIFACT_PACKAGE}}
failOnError: false
Expand Down

0 comments on commit d7783f1

Please sign in to comment.