diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 67890d2..19f0ee6 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@v2 + - uses: actions/upload-artifact@v3 with: name: dist-for-freebsd-install path: '*.tar.gz' diff --git a/.github/workflows/install-linux.yml b/.github/workflows/install-linux.yml index 197d828..c0aa2a3 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@v2 + - uses: actions/upload-artifact@v3 with: name: dist-for-linux-install path: '*.tar.gz' diff --git a/.github/workflows/openbsd.yml b/.github/workflows/openbsd.yml index 881b924..1fb20c8 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@v2 + - uses: actions/upload-artifact@v3 with: name: dist-for-openbsd-install path: '*.tar.gz'