diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index a0f0550..81f0ecb 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -14,7 +14,7 @@ jobs: perl Makefile.PL make test make dist - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: dist-for-freebsd-install path: '*.tar.gz' diff --git a/.github/workflows/install-linux.yml b/.github/workflows/install-linux.yml index 90c220f..947cea8 100644 --- a/.github/workflows/install-linux.yml +++ b/.github/workflows/install-linux.yml @@ -14,7 +14,7 @@ jobs: perl Makefile.PL make test make dist - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: dist-for-linux-install path: '*.tar.gz' diff --git a/.github/workflows/openbsd.yml b/.github/workflows/openbsd.yml index 77237b4..0792c08 100644 --- a/.github/workflows/openbsd.yml +++ b/.github/workflows/openbsd.yml @@ -14,7 +14,7 @@ jobs: perl Makefile.PL make test make dist - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: dist-for-openbsd-install path: '*.tar.gz'