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: dnsdist-1.8.0-rc1~268^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c440b9499e64c7882e25450f3ee5cb11de0954f2;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 14b98c2a67..679482760f 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -181,7 +181,7 @@ jobs: fetch-depth: 5 submodules: recursive - name: Fetch the binaries - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: pdns-auth path: /opt/pdns-auth @@ -243,7 +243,7 @@ jobs: fetch-depth: 5 submodules: recursive - name: Fetch the binaries - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: pdns-auth path: /opt/pdns-auth @@ -267,7 +267,7 @@ jobs: fetch-depth: 5 submodules: recursive - name: Fetch the binaries - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: pdns-auth path: /opt/pdns-auth @@ -292,7 +292,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 @@ -318,7 +318,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 @@ -348,7 +348,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 @@ -375,7 +375,7 @@ jobs: fetch-depth: 5 submodules: recursive - name: Fetch the binaries - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: dnsdist-full-${{ matrix.sanitizers }} path: /opt/dnsdist