Skip to content

Commit

Permalink
move to actions/cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeplf committed Oct 8, 2024
1 parent 37f933e commit f6c2f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-sdist-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Cache HDF5 On Linux/macOS
if: runner.os == 'Linux' || runner.os == 'macOS'
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-hdf5-posix
env:
cache-name: cache-hdf5-posix
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Cache HDF5 On Windows
if: runner.os == 'Windows'
id: cache-hdf5-windows
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-hdf5-windows
with:
Expand Down

0 comments on commit f6c2f39

Please sign in to comment.