Skip to content

Commit

Permalink
fix the fix to download-artefact by upgrading download-artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
tremblap committed Sep 6, 2024
1 parent a71cc58 commit 28e29fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: 7z a FluCoMa-CLI-Windows-nightly.zip FluidCorpusManipulation
working-directory: release-packaging

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4.3.6
with:
name: winbuild
path: release-packaging/FluCoMa-CLI-Windows-nightly.zip
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
apppwd: ${{ secrets.APPSTORECONNECTPWD }}
appusr: ${{ secrets.APPSTORECONNECTUSERNAME }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4.3.6
with:
name: macbuild
path: release-packaging/FluCoMa-CLI-Mac-nightly.dmg
Expand All @@ -69,7 +69,7 @@ jobs:
run: tar -zcvf FluCoMa-CLI-Linux-nightly.tar.gz FluidCorpusManipulation
working-directory: release-packaging

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4.3.6
with:
name: linuxbuild
path: release-packaging/FluCoMa-CLI-Linux-nightly.tar.gz
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: 7z a FluCoMa-CLI-Windows.zip FluidCorpusManipulation
working-directory: release-packaging

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4.3.6
with:
name: winbuild
path: release-packaging/FluCoMa-CLI-Windows.zip
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
apppwd: ${{ secrets.APPSTORECONNECTPWD }}
appusr: ${{ secrets.APPSTORECONNECTUSERNAME }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4.3.6
with:
name: macbuild
path: release-packaging/FluCoMa-CLI-Mac.dmg
Expand All @@ -64,7 +64,7 @@ jobs:
run: tar -zcvf FluCoMa-CLI-Linux.tar.gz FluidCorpusManipulation
working-directory: release-packaging

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4.3.6
with:
name: linuxbuild
path: release-packaging/FluCoMa-CLI-Linux.tar.gz
Expand Down

0 comments on commit 28e29fe

Please sign in to comment.