Skip to content

Commit c85c9e9

Browse files
deps(CI): Update actions/upload-artifact action to v7
1 parent c19c3b5 commit c85c9e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/be_base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
--log-junit=coverage/junit.xml
3232
# https://infection.github.io/guide/command-line-options.html#coverage
3333
- if: always() && (steps.phpunit.outcome == 'success' || steps.phpunit.outcome == 'failure')
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@v7
3535
with:
3636
name: coverage-${{ inputs.runs-on }}
3737
path: be/coverage/clover.xml

0 commit comments

Comments
 (0)