Skip to content

Commit 2b25735

Browse files
authored
Rollback to v3 for actions/upload-artifact (#666)
1 parent 19458fa commit 2b25735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: "composer cs-check"
7979

8080
- name: "Archive code coverage results"
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v3
8282
with:
8383
name: "codeCoverage"
8484
path: "build"

0 commit comments

Comments
 (0)