diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 9039484..9b8dd84 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 947cea8..2dc9fd7 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 289a467..d03a498 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