Skip to content

Commit 9a99af1

Browse files
Bump the all-actions group with 2 updates
Bumps the all-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8c21582 commit 9a99af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Save coverage data
9797
if: ${{ matrix.php-versions == '8.5' }}
98-
uses: actions/upload-artifact@v4
98+
uses: actions/upload-artifact@v5
9999
with:
100100
name: coverage-data
101101
path: ${{ github.workspace }}/build
@@ -252,7 +252,7 @@ jobs:
252252
steps:
253253
- uses: actions/checkout@v5
254254

255-
- uses: actions/download-artifact@v5
255+
- uses: actions/download-artifact@v6
256256
with:
257257
name: coverage-data
258258
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)