7979 run : ./compress.sh hpcflow-release-test-build-${{ matrix.executable_os }}-dir onedir
8080
8181 - name : Upload compressed artifact (folder)
82- uses : actions/upload-artifact@v4
82+ uses : actions/upload-artifact@v5
8383 with :
8484 name : hpcflow-release-test-build-${{ matrix.executable_os }}-dir.zip
8585 path : pyinstaller/dist/onedir/hpcflow-release-test-build-${{ matrix.executable_os }}-dir.zip
@@ -118,13 +118,13 @@ jobs:
118118 run : ./make.sh hpcflow-release-test-build-linux-dir INFO onedir
119119
120120 - name : Upload executable artifact (file)
121- uses : actions/upload-artifact@v4
121+ uses : actions/upload-artifact@v5
122122 with :
123123 name : hpcflow-release-test-build-linux
124124 path : pyinstaller/dist/onefile/hpcflow-release-test-build-linux
125125
126126 - name : Upload executable artifact (folder)
127- uses : actions/upload-artifact@v4
127+ uses : actions/upload-artifact@v5
128128 with :
129129 name : hpcflow-release-test-build-linux-dir
130130 path : pyinstaller/dist/onedir/hpcflow-release-test-build-linux-dir
@@ -139,11 +139,11 @@ jobs:
139139
140140 - run : mkdir release-artifacts
141141
142- - uses : actions/download-artifact@v5
142+ - uses : actions/download-artifact@v6
143143 id : download_executables_I
144144 with :
145145 name : hpcflow-release-test-build-macOS-dir.zip
146- - uses : actions/download-artifact@v5
146+ - uses : actions/download-artifact@v6
147147 id : download_executables_II
148148 with :
149149 name : hpcflow-release-test-build-win-dir.zip
@@ -163,7 +163,7 @@ jobs:
163163
164164 - run : mkdir release-artifacts
165165
166- - uses : actions/download-artifact@v5
166+ - uses : actions/download-artifact@v6
167167 id : download_executables
168168 with :
169169 path : release-artifacts
0 commit comments