Skip to content

Commit 3f200e3

Browse files
Build(deps): Bump actions/download-artifact from 7 to 8 (#564)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7713e82 commit 3f200e3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci_cd.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ jobs:
414414
repository: ansys-internal/signtool-ansys-apps
415415
token: ${{ secrets.SIGNTOOL_ACCESS_TOKEN }}
416416

417-
- uses: actions/download-artifact@v7
417+
- uses: actions/download-artifact@v8
418418
with:
419419
name: Python-Installer-windows
420420
path: signtool/installer
@@ -468,32 +468,32 @@ jobs:
468468
- build-application-linux-non-debian
469469
runs-on: ubuntu-latest
470470
steps:
471-
- uses: actions/download-artifact@v7
471+
- uses: actions/download-artifact@v8
472472
with:
473473
name: Python-Installer-windows-signed
474474
path: installer-signed
475475

476-
- uses: actions/download-artifact@v7
476+
- uses: actions/download-artifact@v8
477477
with:
478478
name: Python-Installer-windows
479479
path: installer
480480

481-
- uses: actions/download-artifact@v7
481+
- uses: actions/download-artifact@v8
482482
with:
483483
name: Python-Installer-ubuntu_24.04
484484
path: installer
485485

486-
- uses: actions/download-artifact@v7
486+
- uses: actions/download-artifact@v8
487487
with:
488488
name: Python-Installer-ubuntu_22.04
489489
path: installer
490490

491-
- uses: actions/download-artifact@v7
491+
- uses: actions/download-artifact@v8
492492
with:
493493
name: Python-Installer-centos_stream9
494494
path: installer
495495

496-
- uses: actions/download-artifact@v7
496+
- uses: actions/download-artifact@v8
497497
with:
498498
name: Python-Installer-fedora_40
499499
path: installer

0 commit comments

Comments
 (0)