Skip to content

Commit 6077035

Browse files
committed
Merge branch 'dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7' into develop
2 parents c065b72 + 1c48dbf commit 6077035

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deployment.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -555,35 +555,35 @@ jobs:
555555
556556
- name: Download Chromium Addon
557557
continue-on-error: true
558-
uses: actions/download-artifact@v3
558+
uses: actions/download-artifact@v4.1.7
559559
with:
560560
name: artifact_chromium
561561
path: "${{env.Project_RELEASE_DIR}}"
562562

563563
- name: Download Firefox Addon
564564
continue-on-error: true
565-
uses: actions/download-artifact@v3
565+
uses: actions/download-artifact@v4.1.7
566566
with:
567567
name: artifact_firefox
568568
path: "${{env.Project_RELEASE_DIR}}"
569569

570570
- name: Download Linux Portable
571571
continue-on-error: true
572-
uses: actions/download-artifact@v3
572+
uses: actions/download-artifact@v4.1.7
573573
with:
574574
name: artifact_linux_portable
575575
path: "${{env.Project_RELEASE_DIR}}"
576576

577577
- name: Download Windows MinGW 64 Portable
578578
continue-on-error: true
579-
uses: actions/download-artifact@v3
579+
uses: actions/download-artifact@v4.1.7
580580
with:
581581
name: artifact_windows_mingw_64_portable
582582
path: "${{env.Project_RELEASE_DIR}}"
583583

584584
- name: Download Windows 64 Installer
585585
continue-on-error: true
586-
uses: actions/download-artifact@v3
586+
uses: actions/download-artifact@v4.1.7
587587
with:
588588
name: artifact_windows_64_installer
589589
path: "${{env.Project_RELEASE_DIR}}"

0 commit comments

Comments
 (0)