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