Skip to content

Commit

Permalink
Using download-artifact@v4 and cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinte committed May 17, 2024
1 parent 4bd2fee commit 1889260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
# Cache other dependencies for mcfost to avoid downloading/installing them each time this workflow runs
- name: cache dependencies
id: cache-deps
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.MCFOST_INSTALL }}/include
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v4

- name: restore binary artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: mcfost-binary-macos-${{ matrix.compiler }}
path: src/
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- uses: actions/checkout@v4

- name: restore binary artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: mcfost-binary-${{ matrix.os }}-ifort # use ifort for binary release
path: src/
Expand Down

0 comments on commit 1889260

Please sign in to comment.