Skip to content

Commit 93b715a

Browse files
author
nix
committed
fix QA action (3)
1 parent eca97a8 commit 93b715a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/quality-assurance.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,11 @@ jobs:
3232
- name: 'Setup Pages'
3333
uses: actions/configure-pages@v5
3434
- name: 'Upload results (PHP ${{ matrix.php }})'
35-
id: deployment
3635
uses: actions/upload-pages-artifact@v3
3736
with:
3837
path: 'tests-output/coverage'
3938
name: coverage-${{ matrix.php }}
4039
- name: 'Deploy to GitHub pages (PHP ${{ matrix.php }})'
41-
id: deployment
4240
uses: actions/deploy-pages@v4
4341
with:
4442
artifact_name: coverage-${{ matrix.php }}

0 commit comments

Comments
 (0)