File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2323 run : 7z a FluCoMa-CLI-Windows-nightly.zip FluidCorpusManipulation
2424 working-directory : release-packaging
2525
26- - uses : actions/upload-artifact@v3
26+ - uses : actions/upload-artifact@v4.3.6
2727 with :
2828 name : winbuild
2929 path : release-packaging/FluCoMa-CLI-Windows-nightly.zip
5151 apppwd : ${{ secrets.APPSTORECONNECTPWD }}
5252 appusr : ${{ secrets.APPSTORECONNECTUSERNAME }}
5353
54- - uses : actions/upload-artifact@v3
54+ - uses : actions/upload-artifact@v4.3.6
5555 with :
5656 name : macbuild
5757 path : release-packaging/FluCoMa-CLI-Mac-nightly.dmg
6969 run : tar -zcvf FluCoMa-CLI-Linux-nightly.tar.gz FluidCorpusManipulation
7070 working-directory : release-packaging
7171
72- - uses : actions/upload-artifact@v3
72+ - uses : actions/upload-artifact@v4.3.6
7373 with :
7474 name : linuxbuild
7575 path : release-packaging/FluCoMa-CLI-Linux-nightly.tar.gz
@@ -78,15 +78,15 @@ jobs:
7878 runs-on : ubuntu-20.04
7979 needs : [windows, linux, macos]
8080 steps :
81- - uses : actions/download-artifact@v2
81+ - uses : actions/download-artifact@v4.1.7
8282 with :
8383 name : linuxbuild
8484
85- - uses : actions/download-artifact@v2
85+ - uses : actions/download-artifact@v4.1.7
8686 with :
8787 name : macbuild
8888
89- - uses : actions/download-artifact@v2
89+ - uses : actions/download-artifact@v4.1.7
9090 with :
9191 name : winbuild
9292
Original file line number Diff line number Diff line change 1616 run : 7z a FluCoMa-CLI-Windows.zip FluidCorpusManipulation
1717 working-directory : release-packaging
1818
19- - uses : actions/upload-artifact@v3
19+ - uses : actions/upload-artifact@v4.3.6
2020 with :
2121 name : winbuild
2222 path : release-packaging/FluCoMa-CLI-Windows.zip
4444 apppwd : ${{ secrets.APPSTORECONNECTPWD }}
4545 appusr : ${{ secrets.APPSTORECONNECTUSERNAME }}
4646
47- - uses : actions/upload-artifact@v3
47+ - uses : actions/upload-artifact@v4.3.6
4848 with :
4949 name : macbuild
5050 path : release-packaging/FluCoMa-CLI-Mac.dmg
6464 run : tar -zcvf FluCoMa-CLI-Linux.tar.gz FluidCorpusManipulation
6565 working-directory : release-packaging
6666
67- - uses : actions/upload-artifact@v3
67+ - uses : actions/upload-artifact@v4.3.6
6868 with :
6969 name : linuxbuild
7070 path : release-packaging/FluCoMa-CLI-Linux.tar.gz
@@ -80,15 +80,15 @@ jobs:
8080 needs : [mac, windows, linux]
8181
8282 steps :
83- - uses : actions/download-artifact@v2
83+ - uses : actions/download-artifact@v4.1.7
8484 with :
8585 name : linuxbuild
8686
87- - uses : actions/download-artifact@v2
87+ - uses : actions/download-artifact@v4.1.7
8888 with :
8989 name : macbuild
9090
91- - uses : actions/download-artifact@v2
91+ - uses : actions/download-artifact@v4.1.7
9292 with :
9393 name : winbuild
9494
You can’t perform that action at this time.
0 commit comments