Skip to content

Commit 8ea8e3a

Browse files
authored
Merge pull request #17 from PadreIDE/dependabot/github_actions/github-actions-985357984d
Bump the github-actions group with 2 updates
2 parents b8a1fe1 + 84bd419 commit 8ea8e3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Archive artifacts
7474
if: ${{ matrix.perl-version == '5.42' }}
75-
uses: actions/upload-artifact@v6
75+
uses: actions/upload-artifact@v7
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@v7
117+
uses: actions/download-artifact@v8
118118
with:
119119
name: the-release
120120

@@ -144,7 +144,7 @@ jobs:
144144

145145
steps:
146146
- name: Download a single artifact
147-
uses: actions/download-artifact@v7
147+
uses: actions/download-artifact@v8
148148
with:
149149
name: the-release
150150

0 commit comments

Comments
 (0)