File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 - name : List output
117117 run : ls -R dist
118118
119- - uses : actions/upload-artifact@v4
119+ - uses : actions/upload-artifact@v5
120120 with :
121121 name : Python-Installer-windows
122122 path : dist/*Setup*.exe
@@ -226,7 +226,7 @@ jobs:
226226 echo "OS_VERSION_PROCESSED=$os_version_processed" >> $GITHUB_ENV
227227 zip -r Ansys-Python-Manager_linux_${os_version_processed}_${{ env.APPLICATION_VERSION }}.zip ansys_python_manager.deb installer.sh postInstallScript.sh
228228
229- - uses : actions/upload-artifact@v4
229+ - uses : actions/upload-artifact@v5
230230 with :
231231 name : Python-Installer-ubuntu_${{ matrix.os }}
232232 path : |
@@ -395,7 +395,7 @@ jobs:
395395 zip -r ${{ env.GITHUB_WORKSPACE }}/Ansys-Python-Manager_linux_${{ env.OS_VERSION_PROCESSED }}_${version}.zip ansys_python_manager_Fedora.rpm installer_Fedora.sh updater_Fedora.sh
396396 ls -l ${{ env.GITHUB_WORKSPACE }}
397397
398- - uses : actions/upload-artifact@v4
398+ - uses : actions/upload-artifact@v5
399399 with :
400400 name : Python-Installer-${{ env.OS_VERSION_PROCESSED }}
401401 path : |
@@ -435,7 +435,7 @@ jobs:
435435 -i installer/$filename `
436436 -o installer/$filename
437437
438- - uses : actions/upload-artifact@v4
438+ - uses : actions/upload-artifact@v5
439439 with :
440440 name : Python-Installer-windows-signed
441441 path : signtool/installer/*Setup*.exe
You can’t perform that action at this time.
0 commit comments