We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0417d30 commit 10f83f9Copy full SHA for 10f83f9
.github/workflows/dzil-build-and-test.yml
@@ -36,7 +36,7 @@ jobs:
36
image: perldocker/perl-tester:5.38
37
steps:
38
- uses: actions/checkout@v4 # codecov wants to be inside a Git repository
39
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
40
with:
41
name: build_dir
42
path: .
@@ -91,7 +91,7 @@ jobs:
91
92
perl-version: ${{ matrix.perl-version }}
93
distribution: strawberry # this option only used on Windows
94
95
96
97
0 commit comments