Skip to content

Commit b44d372

Browse files
Build(deps): Bump actions/upload-artifact from 4 to 5 (#526)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14c58e2 commit b44d372

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)