]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build(deps): bump actions/download-artifact from 2 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 19 Oct 2022 14:27:58 +0000 (14:27 +0000)
committerAlexis Romero <alexis.romero@open-xchange.com>
Wed, 8 Mar 2023 15:12:22 +0000 (16:12 +0100)
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] <support@github.com>
.github/workflows/build-and-test-all.yml

index 940d674a8fc633d80b837be4059ff1a1b890fa11..008f8c2ce287be16242fbb3e9ef4694244735c89 100644 (file)
@@ -85,7 +85,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
@@ -147,7 +147,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
@@ -171,7 +171,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