Skip to content

Commit 3fcb83b

Browse files
Update actions/upload-artifact action to v7 (#266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5be5e2a commit 3fcb83b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
continue-on-error: ${{ vars.CI_TEST_IGNORE_FAILURE == '1' }}
7171

7272
- name: Upload coverage report as an artifact
73-
uses: actions/upload-artifact@v6
73+
uses: actions/upload-artifact@v7
7474
with:
7575
name: ${{github.job}}-code-coverage-report-${{ matrix.php-versions }}
7676
path: .logs

0 commit comments

Comments
 (0)