File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -555,35 +555,35 @@ jobs:
555
555
556
556
- name : Download Chromium Addon
557
557
continue-on-error : true
558
- uses : actions/download-artifact@v3
558
+ uses : actions/download-artifact@v4.1.7
559
559
with :
560
560
name : artifact_chromium
561
561
path : " ${{env.Project_RELEASE_DIR}}"
562
562
563
563
- name : Download Firefox Addon
564
564
continue-on-error : true
565
- uses : actions/download-artifact@v3
565
+ uses : actions/download-artifact@v4.1.7
566
566
with :
567
567
name : artifact_firefox
568
568
path : " ${{env.Project_RELEASE_DIR}}"
569
569
570
570
- name : Download Linux Portable
571
571
continue-on-error : true
572
- uses : actions/download-artifact@v3
572
+ uses : actions/download-artifact@v4.1.7
573
573
with :
574
574
name : artifact_linux_portable
575
575
path : " ${{env.Project_RELEASE_DIR}}"
576
576
577
577
- name : Download Windows MinGW 64 Portable
578
578
continue-on-error : true
579
- uses : actions/download-artifact@v3
579
+ uses : actions/download-artifact@v4.1.7
580
580
with :
581
581
name : artifact_windows_mingw_64_portable
582
582
path : " ${{env.Project_RELEASE_DIR}}"
583
583
584
584
- name : Download Windows 64 Installer
585
585
continue-on-error : true
586
- uses : actions/download-artifact@v3
586
+ uses : actions/download-artifact@v4.1.7
587
587
with :
588
588
name : artifact_windows_64_installer
589
589
path : " ${{env.Project_RELEASE_DIR}}"
You can’t perform that action at this time.
0 commit comments