From f567d48adf82a145ab9ec412eb8a63b1bee7da41 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 25 Jun 2023 01:51:55 -0400 Subject: [PATCH] fix: switch to save --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5143946..f3ab3b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - run: npm run build --if-present - name: Cache build id: cache - uses: actions/cache@v3 + uses: actions/cache/save@v3 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ./ @@ -30,7 +30,6 @@ jobs: with: path: . key: cache-${{ github.run_id }}-${{ github.run_attempt }} - restore-keys: cache-${{ github.run_id }}-${{ github.run_attempt }} - name: Install SSH key uses: shimataro/ssh-key-action@v2 with: