]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build(deps): bump actions/upload-artifact from 1 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 19 Oct 2022 14:28:01 +0000 (14:28 +0000)
committerAlexis Romero <alexis.romero@open-xchange.com>
Mon, 6 Mar 2023 15:30:44 +0000 (16:30 +0100)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/upload-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
.github/workflows/builder-dispatch.yml
.github/workflows/builder.yml
.github/workflows/fuzz.yml

index 11c970939eebfb963a3e7aff33967d767a6cd632..03ceaac9c26d1d1159a15a8fed31b7bff6b2d1ee 100644 (file)
@@ -44,7 +44,7 @@ jobs:
       - run: inv ci-make-install
       - run: ccache -s
       - name: Store the binaries
-        uses: actions/upload-artifact@v2 # this takes 30 seconds, maybe we want to tar
+        uses: actions/upload-artifact@v3 # this takes 30 seconds, maybe we want to tar
         with:
           name: pdns-auth
           path: /opt/pdns-auth
index e1498a659f202710a6b5ec5a4c728f739b8a7696..5016a628d1ad5b42f4f593060e1391cd6b872e85 100644 (file)
@@ -32,7 +32,7 @@ jobs:
         run: 'echo ::set-output name=version::$(readlink builder/tmp/latest)'
         id: getversion
       - name: Upload packages
-        uses: actions/upload-artifact@v2
+        uses: actions/upload-artifact@v3
         with:
           name: ${{ github.event.inputs.product }}-${{ github.event.inputs.os }}-${{ steps.getversion.outputs.version }}
           path: built_pkgs/
index 829c4ff55085f55b51b4186fbe85d1c54bf74cfa..779177490e4624d7c91f7e2cac31dcb31acf3cbe 100644 (file)
@@ -36,7 +36,7 @@ jobs:
         run: 'echo ::set-output name=version::$(readlink builder/tmp/latest)'
         id: getversion
       - name: Upload packages
-        uses: actions/upload-artifact@v2
+        uses: actions/upload-artifact@v3
         with:
           name: ${{ matrix.product }}-${{ matrix.os }}-${{ steps.getversion.outputs.version }}
           path: built_pkgs/
index 9b724f6616d8a92ca66a8c8681a15e8b691a1a40..c93ed0ef8769374afd8658ede15b5e582a0bbd92 100644 (file)
@@ -20,7 +20,7 @@ jobs:
         fuzz-seconds: 600
         dry-run: false
     - name: Upload Crash
-      uses: actions/upload-artifact@v1
+      uses: actions/upload-artifact@v3
       if: failure()
       with:
         name: artifacts