We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36ad7fa + a04c386 commit e6afcf9Copy full SHA for e6afcf9
1 file changed
.github/workflows/deploy.yml
@@ -207,7 +207,7 @@ jobs:
207
# action mishandles duplicates. The easiest way around this is to just purge the
208
# artifact if we failed so that any rerun can succeed.
209
- name: Remove GitHub Pages artifacts
210
- uses: geekyeggo/delete-artifact@v5
+ uses: geekyeggo/delete-artifact@v6
211
if: ${{ failure() && ! inputs.dry-run }}
212
with:
213
name: github-pages
0 commit comments