Skip to content

Commit 37736be

Browse files
[dependabot][ghaction] - (deps): Bump actions/upload-artifact
Bumps the all-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f8cbf2 commit 37736be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166

167167
- name: Upload coverage reports
168168
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
169-
uses: actions/upload-artifact@v4
169+
uses: actions/upload-artifact@v5
170170
with:
171171
name: coverage-groups-php${{ steps.setup-php.outputs.php-version }}-sf${{ matrix.symfony-version }}
172172
path: build/coverage-groups

0 commit comments

Comments
 (0)