From 98cd7de9fdecf24ed34c5292ce27abfa3ace7bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 06:40:38 +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 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index a0f0550..21db7a1 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -23,7 +23,7 @@ jobs: runs-on: macos-12 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 90c220f..b852fb1 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@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 77237b4..6fc0a31 100644 --- a/.github/workflows/openbsd.yml +++ b/.github/workflows/openbsd.yml @@ -23,7 +23,7 @@ jobs: runs-on: macos-12 needs: build steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: dist-for-openbsd-install - name: Install on OpenBSD