diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index c7490fe..7a562e7 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -16,7 +16,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 4a37fcc..865051a 100644 --- a/.github/workflows/install-linux.yml +++ b/.github/workflows/install-linux.yml @@ -16,7 +16,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 3be72f3..0ab64d4 100644 --- a/.github/workflows/openbsd.yml +++ b/.github/workflows/openbsd.yml @@ -16,7 +16,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'