build: Upgrade actions/cache to fix CI (#13197)

This commit is contained in:
Iván Ovejero
2025-02-11 17:27:12 +01:00
committed by GitHub
parent 02573b46e0
commit f03e5e7d22
4 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ jobs:
run: pnpm build
- name: Cache build artifacts
uses: actions/cache/save@v4.0.0
uses: actions/cache/save@v4.2.0
with:
path: ./packages/**/dist
key: ${{ github.sha }}-release:build
@@ -144,7 +144,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Restore cached build artifacts
uses: actions/cache/restore@v4.0.0
uses: actions/cache/restore@v4.2.0
with:
path: ./packages/**/dist
key: ${{ github.sha }}-release:build