Skip to content

Commit 94d87d5

Browse files
Bump the major-updates group with 3 updates
Bumps the major-updates group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 6 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83516ee commit 94d87d5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dzil-build-and-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
container:
2222
image: perldocker/perl-tester:5.42
2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525
- name: Run Tests
2626
env:
2727
AUTHOR_TESTING: 1
2828
AUTOMATED_TESTING: 1
2929
EXTENDED_TESTING: 1
3030
RELEASE_TESTING: 1
3131
run: upgrade-perl-helpers && auto-build-and-test-dist
32-
- uses: actions/upload-artifact@v6
32+
- uses: actions/upload-artifact@v7
3333
with:
3434
name: build_dir
3535
path: build_dir
@@ -39,8 +39,8 @@ jobs:
3939
container:
4040
image: perldocker/perl-tester:5.42
4141
steps:
42-
- uses: actions/checkout@v6 # codecov wants to be inside a Git repository
43-
- uses: actions/download-artifact@v7
42+
- uses: actions/checkout@v7 # codecov wants to be inside a Git repository
43+
- uses: actions/download-artifact@v8
4444
with:
4545
name: build_dir
4646
path: .
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
perl-version: ${{ matrix.perl-version }}
107107
if: ${{ matrix.os != 'windows-latest' }}
108-
- uses: actions/download-artifact@v7
108+
- uses: actions/download-artifact@v8
109109
with:
110110
name: build_dir
111111
path: .

0 commit comments

Comments
 (0)