From 8e3ce5c49b09d5ea1de3c50250c38cefdd7d8c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:57:48 +0000 Subject: [PATCH] Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/Linux-Clang.yml | 4 ++-- .github/workflows/Linux-GCC.yml | 4 ++-- .github/workflows/Windows-MSVC.yml | 4 ++-- .github/workflows/Windows-MinGW.yml | 4 ++-- .github/workflows/macOS.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/Linux-Clang.yml b/.github/workflows/Linux-Clang.yml index 4aa1880..e75e743 100644 --- a/.github/workflows/Linux-Clang.yml +++ b/.github/workflows/Linux-Clang.yml @@ -170,13 +170,13 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.config.artifact }} path: ./ - name: Download URL - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: upload_url path: ./ diff --git a/.github/workflows/Linux-GCC.yml b/.github/workflows/Linux-GCC.yml index f12c6ad..e3d5028 100644 --- a/.github/workflows/Linux-GCC.yml +++ b/.github/workflows/Linux-GCC.yml @@ -185,13 +185,13 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.config.artifact }} path: ./ - name: Download URL - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: upload_url path: ./ diff --git a/.github/workflows/Windows-MSVC.yml b/.github/workflows/Windows-MSVC.yml index fcc25c3..1967aed 100644 --- a/.github/workflows/Windows-MSVC.yml +++ b/.github/workflows/Windows-MSVC.yml @@ -208,13 +208,13 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.config.artifact }} path: ./ - name: Download URL - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: upload_url path: ./ diff --git a/.github/workflows/Windows-MinGW.yml b/.github/workflows/Windows-MinGW.yml index 3a6ff85..064da2e 100644 --- a/.github/workflows/Windows-MinGW.yml +++ b/.github/workflows/Windows-MinGW.yml @@ -207,13 +207,13 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.config.artifact }} path: ./ - name: Download URL - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: upload_url path: ./ diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index cdf6cba..4e57f19 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -183,13 +183,13 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.config.artifact }} path: ./ - name: Download URL - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: upload_url path: ./