diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index ee5b811..b761b68 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 e61585e..e2fb98d 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 5ba6845..e5187ee 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 ff86091..5769cb2 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