From f9030d49faa6ca2c36c63cb8e1c01a2c9d6323a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 13:50:48 -0600 Subject: [PATCH] Bump actions/download-artifact from 2 to 3 (#163) 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/testing-and-deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing-and-deployment.yml b/.github/workflows/testing-and-deployment.yml index 03939c91..1bd3f7df 100644 --- a/.github/workflows/testing-and-deployment.yml +++ b/.github/workflows/testing-and-deployment.yml @@ -193,7 +193,7 @@ jobs: # run: ls -R # - name: Downloading artifacts - # uses: actions/download-artifact@v2 + # uses: actions/download-artifact@v3 # - name: Display structure of downloaded artifact files # run: ls -R @@ -265,7 +265,7 @@ jobs: python-version: 3.9 # this downloads all artifacts - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 - name: Display structure of downloaded files run: ls -R