Update PR artifacts actions and exclude soh.otr (#4558)

* update pr artifacts actions and exclude soh.otr

* remove deprecated save-always for windows cache
This commit is contained in:
Archez
2024-11-19 18:18:18 -05:00
committed by GitHub
parent 3f2d8ddc01
commit 53b72a2507
2 changed files with 7 additions and 7 deletions

View File

@@ -244,7 +244,6 @@ jobs:
- name: Cache build folder
uses: actions/cache@v4
with:
save-always: true
key: ${{ runner.os }}-build-${{ github.ref }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-build-${{ github.ref }}