diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 034b5c8..4d2311a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - name: Archive artifacts if: ${{ matrix.perl-version == '5.42' }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: the-release path: | @@ -114,7 +114,7 @@ jobs: name: Test on ${{ matrix.perl-version }} steps: - name: Download a single artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: the-release @@ -144,7 +144,7 @@ jobs: steps: - name: Download a single artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: the-release