Skip to content

Commit a85afb2

Browse files
authored
Merge pull request #2394 from acelaya-forks/feature/fix-artifact-removal
Update geekyeggo/delete-artifact action to v5
2 parents c7c2272 + 8b4067e commit a85afb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- upload-coverage
9797
runs-on: ubuntu-24.04
9898
steps:
99-
- uses: geekyeggo/delete-artifact@v2
99+
- uses: geekyeggo/delete-artifact@v5
100100
with:
101101
name: |
102102
coverage-*

.github/workflows/publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
needs: ['publish']
4646
runs-on: ubuntu-24.04
4747
steps:
48-
- uses: geekyeggo/delete-artifact@v2
48+
- uses: geekyeggo/delete-artifact@v5
4949
with:
5050
name: dist-files-*

0 commit comments

Comments
 (0)