Skip to content

Commit 1937759

Browse files
authored
Merge pull request #16 from PadreIDE/dependabot/github_actions/github-actions-c35c0c8c33
Bump the github-actions group with 3 updates
2 parents 1f582c6 + 8b8fe58 commit 1937759

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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)