From ce031ccca71b4e182b35c39d7d9fb3e090ac26b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 01:32:49 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- 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 +- .github/workflows/windows.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 3edea63..8401e32 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -27,7 +27,7 @@ jobs: runs-on: macos-latest needs: build steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 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 6fd04d7..c3857ce 100644 --- a/.github/workflows/install-linux.yml +++ b/.github/workflows/install-linux.yml @@ -29,7 +29,7 @@ jobs: container: image: perl:5.34 steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: dist-for-linux-install - name: Install on Linux diff --git a/.github/workflows/openbsd.yml b/.github/workflows/openbsd.yml index 7bac3d5..1cc60d7 100644 --- a/.github/workflows/openbsd.yml +++ b/.github/workflows/openbsd.yml @@ -27,7 +27,7 @@ jobs: runs-on: macos-latest needs: build steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: dist-for-openbsd-install - name: Install on OpenBSD diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0471c12..5c50bcc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -38,7 +38,7 @@ jobs: with: distribution: strawberry perl-version: ${{ matrix.perl-version }} - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: dist-for-windows-install - name: Install on Windows