Skip to content

Commit 9a985b1

Browse files
committed
Revert some CI version bumps
1 parent 65e053b commit 9a985b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
2929
RELEASE_TESTING: 1
3030
run: auto-build-and-test-dist
31-
- uses: actions/upload-artifact@v5
31+
- uses: actions/upload-artifact@v4
3232
with:
3333
name: build_dir
3434
path: build_dir
@@ -65,7 +65,7 @@ jobs:
6565
id: with-recommends
6666
if: matrix.perl-version >= 5.14
6767
run: echo '::set-output name=flag::--with-recommends'
68-
- uses: actions/download-artifact@v5
68+
- uses: actions/download-artifact@v4
6969
with:
7070
name: build_dir
7171
path: .
@@ -117,7 +117,7 @@ jobs:
117117
id: with-recommends
118118
if: matrix.perl-version >= 5.14
119119
run: echo '::set-output name=flag::--with-recommends'
120-
- uses: actions/download-artifact@v5
120+
- uses: actions/download-artifact@v4
121121
with:
122122
name: build_dir
123123
path: .
@@ -168,7 +168,7 @@ jobs:
168168
with:
169169
perl-version: ${{ matrix.perl-version }}
170170
distribution: strawberry
171-
- uses: actions/download-artifact@v5
171+
- uses: actions/download-artifact@v4
172172
with:
173173
name: build_dir
174174
path: .

0 commit comments

Comments
 (0)