From 0431016e2bfaaadfae1a184b61e3e5ed13c7cbf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 18:10:57 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- 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 b955f637..d3c5a9e2 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -104,19 +104,19 @@ jobs: fetch-depth: 0 submodules: true - name: Download DLT Linux artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: DLT-Linux - name: Download DLT macOS artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: DLT-Mac - name: Download DLT Windows parser artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: DLT-Windows-parser - name: Download DLT Windows sdk artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: DLT-Windows-sdk - run: |