Skip to content

Commit 9f7f680

Browse files
committed
GH Actions: ensure all steps have a name
1 parent 76f9af6 commit 9f7f680

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
- name: Checkout code
9494
uses: actions/checkout@v5
9595

96-
- uses: actions/download-artifact@v5
96+
- name: Download PHAR file
97+
uses: actions/download-artifact@v5
9798
with:
9899
name: parallel-lint-phar
99100

@@ -115,7 +116,8 @@ jobs:
115116
- verify
116117

117118
steps:
118-
- uses: actions/download-artifact@v5
119+
- name: Download PHAR file
120+
uses: actions/download-artifact@v5
119121
with:
120122
name: parallel-lint-phar
121123

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ jobs:
165165
if: ${{ startsWith( steps.phpunit_version.outputs.VERSION, '10.' ) }}
166166
run: composer test10
167167

168-
- uses: actions/download-artifact@v5
168+
- name: Download PHAR file
169+
uses: actions/download-artifact@v5
169170
with:
170171
name: parallel-lint-phar
171172

0 commit comments

Comments
 (0)