Skip to content

Commit

Permalink
bump action version (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bradbury authored Aug 10, 2023
1 parent 54fbc47 commit 6de4328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
- name: make parent folder
run : mkdir -p "FluidCorpusManipulation"

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: macbuild
path: "FluidCorpusManipulation"

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: winbuild
path: "FluidCorpusManipulation/externals"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
- name: make parent folder
run : mkdir -p "FluidCorpusManipulation"

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: macbuild
path: "FluidCorpusManipulation"

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: winbuild
path: "FluidCorpusManipulation/externals"
Expand Down

0 comments on commit 6de4328

Please sign in to comment.