chore(ci): Regenerate the keyset cache

This commit is contained in:
Quentin Bourgerie
2022-12-12 10:38:23 +01:00
parent 607457d34a
commit 37c2627feb
2 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/upload-artifact@v3
with:
name: KeySetCacheV2
name: KeySetCacheV3
path: KeySetCache
retention-days: 90
@@ -173,7 +173,7 @@ jobs:
uses: Remagpie/gha-remove-artifact@v1
if: ${{ github.ref == 'refs/heads/main' }}
with:
only-name: KeySetCacheV2
only-name: KeySetCacheV3
max-count: 1
- name: Build the documentation