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: auth-4.7.4~8^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4822f22724fabb6e6da80df245fa2418e403970;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 f598107179..11c970939e 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -88,7 +88,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 @@ -197,7 +197,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 @@ -221,7 +221,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