Skip to content

Commit

Permalink
Bump GeekyEggo/delete-artifact from 2 to 5
Browse files Browse the repository at this point in the history
Bumps [GeekyEggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 2 to 5.
- [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
- [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
- [Commits](GeekyEggo/delete-artifact@v2...v5)

---
updated-dependencies:
- dependency-name: GeekyEggo/delete-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and skst committed Jun 14, 2024
1 parent 7ed118d commit e599ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,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@v2
uses: GeekyEggo/delete-artifact@v5
with:
name: ${{env.ARTIFACT_PACKAGE}}
failOnError: false
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
path: ./installer/

- name: Delete installer artifact
uses: GeekyEggo/delete-artifact@v2
uses: GeekyEggo/delete-artifact@v5
with:
name: publish-package
failOnError: false
Expand Down

0 comments on commit e599ce8

Please sign in to comment.