diff --git a/.github/workflows/dzil-build-and-test.yml b/.github/workflows/dzil-build-and-test.yml index 16e9a15c..a9082ebf 100644 --- a/.github/workflows/dzil-build-and-test.yml +++ b/.github/workflows/dzil-build-and-test.yml @@ -21,7 +21,7 @@ jobs: container: image: perldocker/perl-tester:5.42 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run Tests env: AUTHOR_TESTING: 1 @@ -29,7 +29,7 @@ jobs: EXTENDED_TESTING: 1 RELEASE_TESTING: 1 run: upgrade-perl-helpers && auto-build-and-test-dist - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: build_dir path: build_dir @@ -39,8 +39,8 @@ jobs: container: image: perldocker/perl-tester:5.42 steps: - - uses: actions/checkout@v6 # codecov wants to be inside a Git repository - - uses: actions/download-artifact@v7 + - uses: actions/checkout@v7 # codecov wants to be inside a Git repository + - uses: actions/download-artifact@v8 with: name: build_dir path: . @@ -105,7 +105,7 @@ jobs: with: perl-version: ${{ matrix.perl-version }} if: ${{ matrix.os != 'windows-latest' }} - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: build_dir path: .