From e83ba0131a3fc451075aa226581761a3980db156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:19:43 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.4 to 4.1.5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.4...v4.1.5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-nuget-packages.yml | 12 ++++++------ .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 10 +++++----- .github/workflows/release.yml | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-nuget-packages.yml b/.github/workflows/build-nuget-packages.yml index 5860478af5..58b440dbf3 100644 --- a/.github/workflows/build-nuget-packages.yml +++ b/.github/workflows/build-nuget-packages.yml @@ -43,37 +43,37 @@ jobs: path: ${{ env.NUGET_PACKAGES }} - name: Download Windows Artifacts from build job - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: bin-windows-2022 path: bin/ci-artifacts/bin-windows-2022 - name: Download Ubuntu x64 Artifacts from build job - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: bin-ubuntu-20.04 path: bin/ci-artifacts/bin-ubuntu-20.04 - name: Download Ubuntu arm64 Artifacts from build job - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: bin-actuated-arm64-4cpu-8gb path: bin/ci-artifacts/bin-actuated-arm64-4cpu-8gb - name: Download Alpine x64 Artifacts from build job - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: bin-alpine-x64 path: bin/ci-artifacts/bin-alpine-x64 - name: Download Alpine arm64 Artifacts from build job - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: bin-alpine-arm64 path: bin/ci-artifacts/bin-alpine-arm64 - name: Download Mac-OS Artifacts from build job - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: bin-macos-11 path: bin/ci-artifacts/bin-macos-11 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea92f359d4..3c64634aa6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: - name: Download native CentOS Artifacts from build job if: ${{ matrix.machine == 'ubuntu-20.04' }} - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: bin-centos-native path: bin/ci-artifacts/bin-centos-native diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f74b5eeb6..cbd6a1ed55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: path: ${{ env.NUGET_PACKAGES }} - name: Download Artifacts from build job - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: bin-${{ matrix.machine }} path: bin/tracer-home @@ -143,7 +143,7 @@ jobs: path: ${{ env.NUGET_PACKAGES }} - name: Download Artifacts from build job - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: bin-${{ matrix.machine }} path: bin/tracer-home @@ -183,7 +183,7 @@ jobs: path: ${{ env.NUGET_PACKAGES }} - name: Download Artifacts from build job - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: bin-${{ matrix.machine }} path: bin/tracer-home @@ -237,7 +237,7 @@ jobs: fetch-depth: 0 # fetching all, needed to correctly calculate version - name: Download Artifacts from build job - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: bin-${{ matrix.build-source }} path: bin/tracer-home @@ -288,7 +288,7 @@ jobs: path: ${{ env.NUGET_PACKAGES }} - name: Download NuGet Artifacts from build-nuget-packages job - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: name: bin-nuget-packages path: bin/nuget-artifacts/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19afc687ca..11fcc63771 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4.1.2 - name: Download artifacts - uses: actions/download-artifact@v4.1.4 + uses: actions/download-artifact@v4.1.5 with: path: .