From e7b00aeac0b2f28444f7c2ec47df3ac4dcee08fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:04:20 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 3ece0503..d70b085d 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -105,19 +105,19 @@ jobs: fetch-depth: 0 submodules: true - name: Download DLT Linux artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: DLT-Linux - name: Download DLT macOS artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: DLT-Mac - name: Download DLT Windows parser artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: DLT-Windows-parser - name: Download DLT Windows sdk artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: DLT-Windows-sdk