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 e2ed1ca
Showing 1 changed file with 2 additions and 2 deletions.
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 e2ed1ca

Please sign in to comment.