Skip to content

Commit a94ee6a

Browse files
author
Konrad Michalik
authored
Merge pull request #78 from move-elevator/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents 55736ef + e77f603 commit a94ee6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: composer test:coverage
118118

119119
- name: Upload coverage report
120-
uses: actions/upload-artifact@v4
120+
uses: actions/upload-artifact@v5
121121
with:
122122
name: code-coverage-report
123123
path: .build/coverage/clover.xml
@@ -134,7 +134,7 @@ jobs:
134134

135135
- name: Download coverage artifact
136136
id: download
137-
uses: actions/download-artifact@v5
137+
uses: actions/download-artifact@v6
138138
with:
139139
name: code-coverage-report
140140

0 commit comments

Comments
 (0)