From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 14:27:58 +0000 (+0000) Subject: build(deps): bump actions/download-artifact from 2 to 3 X-Git-Tag: rec-4.8.4~1^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3309ac23deeb3a72765eb91348e2b05e2cb50652;p=thirdparty%2Fpdns.git build(deps): 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] --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 23fa55cff2..4d58641fc5 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -73,7 +73,7 @@ jobs: fetch-depth: 5 submodules: recursive - name: Fetch the binaries - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: pdns-recursor-${{ matrix.sanitizers }} path: /opt/pdns-recursor @@ -99,7 +99,7 @@ jobs: fetch-depth: 5 submodules: recursive - name: Fetch the binaries - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: pdns-recursor-${{ matrix.sanitizers }} path: /opt/pdns-recursor @@ -129,7 +129,7 @@ jobs: fetch-depth: 5 submodules: recursive - name: Fetch the binaries - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: pdns-recursor-${{ matrix.sanitizers }} path: /opt/pdns-recursor