From 5f714ec71916f13846611c35ec4f1946c0626462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:07:38 +0000 Subject: [PATCH] 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] --- .github/workflows/freebsd.yml | 2 +- .github/workflows/install-linux.yml | 2 +- .github/workflows/openbsd.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 67890d2..d3f729f 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -23,7 +23,7 @@ jobs: runs-on: macos-10.15 needs: build steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: dist-for-freebsd-install - name: Install on FreeBSD diff --git a/.github/workflows/install-linux.yml b/.github/workflows/install-linux.yml index 197d828..177c1a0 100644 --- a/.github/workflows/install-linux.yml +++ b/.github/workflows/install-linux.yml @@ -25,7 +25,7 @@ jobs: container: image: perl:5.34 steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: dist-for-linux-install - name: Install on Linux diff --git a/.github/workflows/openbsd.yml b/.github/workflows/openbsd.yml index 881b924..a11bbad 100644 --- a/.github/workflows/openbsd.yml +++ b/.github/workflows/openbsd.yml @@ -23,7 +23,7 @@ jobs: runs-on: macos-10.15 needs: build steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: dist-for-openbsd-install - name: Install on OpenBSD