From 313f9b3d4e398cd1bfeece0a7ca25069026b7005 Mon Sep 17 00:00:00 2001 From: Bartek Kruszczynski Date: Fri, 14 Jun 2024 17:07:49 +0200 Subject: [PATCH] Use `cache@v4` and `save-always` option Use github's cache action and it's `save-always` option instead of a fork that still uses node 16. --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c3dec67..2871dc1 100644 --- a/action.yml +++ b/action.yml @@ -95,9 +95,10 @@ runs: run: | echo "RF_ACTION_VERSION=3.2.5" >> $GITHUB_ENV - name: Check for reruns - uses: pat-s/always-upload-cache@v3 + uses: actions/cache@v4 if: (! inputs.dry_run) with: + save-always: true key: rainforest-run-${{ github.run_id }}-${{ inputs.cache_key }}-${{ github.run_attempt }} path: .rainforest_run_id restore-keys: |