Skip to content

Commit 565898b

Browse files
raphaelstoltelwafa
andauthored
Enable lean releases (#15)
Enable lean releases (#15) - Update upload-artifact action to v4 - Fix artifact upload conflict by ensuring unique names --------- Co-authored-by: elwafa <[email protected]>
1 parent 0074780 commit 565898b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file was generated by the lean package validator (http://git.io/lean-package-validator).
2+
3+
* text=auto eol=lf
4+
5+
.gitattributes export-ignore
6+
.github/ export-ignore
7+
.gitignore export-ignore
8+
.php-cs-fixer.dist.php export-ignore
9+
Examples/ export-ignore
10+
phpstan.neon export-ignore
11+
phpunit.xml export-ignore
12+
tests/ export-ignore

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ jobs:
105105

106106
- name: Upload test artifacts
107107
if: always()
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110-
name: test-results-${{ matrix.os }}
110+
name: test-results-${{ matrix.os }}-${{ matrix.php }}
111111
path: |
112112
./build/logs
113113
./phpunit.xml

0 commit comments

Comments
 (0)