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 923d01f commit a4de495Copy full SHA for a4de495
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
- name: Checkout code
94
uses: actions/checkout@v4
95
96
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
97
with:
98
name: parallel-lint-phar
99
@@ -115,7 +115,7 @@ jobs:
115
- verify
116
117
steps:
118
119
120
121
.github/workflows/test.yml
@@ -165,7 +165,7 @@ jobs:
165
if: ${{ startsWith( steps.phpunit_version.outputs.VERSION, '10.' ) }}
166
run: composer test10
167
168
169
170
171
0 commit comments