Skip to content

Commit e6afcf9

Browse files
authored
Merge pull request #961 from ascopes/dependabot/github_actions/main/geekyeggo/delete-artifact-6
Bump geekyeggo/delete-artifact from 5 to 6
2 parents 36ad7fa + a04c386 commit e6afcf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
# action mishandles duplicates. The easiest way around this is to just purge the
208208
# artifact if we failed so that any rerun can succeed.
209209
- name: Remove GitHub Pages artifacts
210-
uses: geekyeggo/delete-artifact@v5
210+
uses: geekyeggo/delete-artifact@v6
211211
if: ${{ failure() && ! inputs.dry-run }}
212212
with:
213213
name: github-pages

0 commit comments

Comments
 (0)