Skip to content

Commit f3f3a37

Browse files
Bump actions/download-artifact from 4.1.0 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.0...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 857b1b6 commit f3f3a37

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build-and-test-multiplatform.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ jobs:
382382

383383
# Step: Download and extract install directory
384384
- name: Download and extract install directory
385-
uses: actions/[email protected].0
385+
uses: actions/[email protected].7
386386
with:
387387
name: install-windows-x64
388388
path: install
@@ -442,7 +442,7 @@ jobs:
442442

443443
# Step: Download and extract install directory
444444
- name: Download and extract install directory
445-
uses: actions/[email protected].0
445+
uses: actions/[email protected].7
446446
with:
447447
name: install-windows-clang-x64
448448
path: install
@@ -492,7 +492,7 @@ jobs:
492492
493493
# Step: Download and extract install directory
494494
- name: Download and extract install directory
495-
uses: actions/[email protected].0
495+
uses: actions/[email protected].7
496496
with:
497497
name: install-macos-x64
498498
path: install
@@ -552,7 +552,7 @@ jobs:
552552
553553
# Step: Download and extract install directory
554554
- name: Download and extract install directory
555-
uses: actions/[email protected].0
555+
uses: actions/[email protected].7
556556
with:
557557
name: install-macos-gcc-x64
558558
path: install
@@ -624,7 +624,7 @@ jobs:
624624
625625
# Step: Download and extract install directory
626626
- name: Download and extract install directory
627-
uses: actions/[email protected].0
627+
uses: actions/[email protected].7
628628
with:
629629
name: install-linux-clang-x64
630630
path: install
@@ -697,7 +697,7 @@ jobs:
697697
698698
# Step: Download and extract install directory
699699
- name: Download and extract install directory
700-
uses: actions/[email protected].0
700+
uses: actions/[email protected].7
701701
with:
702702
name: install-linux-gcc-x64
703703
path: install
@@ -745,42 +745,42 @@ jobs:
745745

746746
# Step: Download all test results (Windows x64)
747747
- name: Download all test results (Windows x64)
748-
uses: actions/[email protected].0
748+
uses: actions/[email protected].7
749749
with:
750750
name: results-windows-x64
751751
path: results/windows-x64
752752

753753
# Step: Download all test results (Windows Clang x64)
754754
- name: Download all test results (Windows Clang x64)
755-
uses: actions/[email protected].0
755+
uses: actions/[email protected].7
756756
with:
757757
name: results-windows-clang-x64
758758
path: results/windows-clang-x64
759759

760760
# Step: Download all test results (macOS x64)
761761
- name: Download all test results (macOS x64)
762-
uses: actions/[email protected].0
762+
uses: actions/[email protected].7
763763
with:
764764
name: results-macos-x64
765765
path: results/macos-x64
766766

767767
# Step: Download all test results (macOS GCC x64)
768768
- name: Download all test results (macOS GCC x64)
769-
uses: actions/[email protected].0
769+
uses: actions/[email protected].7
770770
with:
771771
name: results-macos-gcc-x64
772772
path: results/macos-gcc-x64
773773

774774
# Step: Download all test results (Linux Clang x64)
775775
- name: Download all test results (Linux Clang x64)
776-
uses: actions/[email protected].0
776+
uses: actions/[email protected].7
777777
with:
778778
name: results-linux-clang-x64
779779
path: results/linux-clang-x64
780780

781781
# Step: Download all test results (Linux GCC x64)
782782
- name: Download all test results (Linux GCC x64)
783-
uses: actions/[email protected].0
783+
uses: actions/[email protected].7
784784
with:
785785
name: results-linux-gcc-x64
786786
path: results/linux-gcc-x64

0 commit comments

Comments
 (0)