Skip to content

Commit 8b8fe58

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
name: Build on Linux with Perl ${{ matrix.perl-version }}
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v6
4242

4343
- name: Install prerequisites
4444
run: |
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Archive artifacts
7474
if: ${{ matrix.perl-version == '5.32' }}
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v6
7676
with:
7777
name: the-release
7878
path: |
@@ -114,7 +114,7 @@ jobs:
114114
name: Test on ${{ matrix.perl-version }}
115115
steps:
116116
- name: Download a single artifact
117-
uses: actions/download-artifact@v4
117+
uses: actions/download-artifact@v7
118118
with:
119119
name: the-release
120120

@@ -143,7 +143,7 @@ jobs:
143143

144144
steps:
145145
- name: Download a single artifact
146-
uses: actions/download-artifact@v4
146+
uses: actions/download-artifact@v7
147147
with:
148148
name: the-release
149149

0 commit comments

Comments
 (0)