]> 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>
Mon, 6 Mar 2023 15:29:42 +0000 (16:29 +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 f59810717906ff6d902032745af7dac41b3931fb..11c970939eebfb963a3e7aff33967d767a6cd632 100644 (file)
@@ -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