Skip to content

Commit 5a87c64

Browse files
committed
No need for Upload transformed sources anymore
1 parent 5b1bb99 commit 5a87c64

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ jobs:
5656
shell: bash
5757
run: "vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"
5858

59-
- name: "Upload transformed sources"
60-
if: matrix.php-version == '7.4'
61-
uses: actions/upload-artifact@v3
62-
with:
63-
name: transformed-src
64-
path: src
65-
6659
- name: "PHPStan"
6760
run: "make phpstan"
6861

0 commit comments

Comments
 (0)