Skip to content

Commit

Permalink
Clear cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbosco committed Jun 7, 2024
1 parent 9766941 commit 5360287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/refreshData.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Download xkcd cache
uses: dawidd6/action-download-artifact@v2
with:
name: xkcd-cache
name: xkcd-cache-v2
search_artifacts: true
workflow_conclusion: ""
if_no_artifact_found: warn
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/upload-artifact@v3
if: always()
with:
name: xkcd-cache
name: xkcd-cache-v2
path: xkcd-cache.tar.gz
if-no-files-found: warn
retention-days: 7

0 comments on commit 5360287

Please sign in to comment.