Skip to content

Commit 72dae0d

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 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 778ed50 commit 72dae0d

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
@@ -193,7 +193,7 @@ jobs:
193193

194194
- name: Save coverage data
195195
if: ${{ matrix.php-versions == '8.4' }}
196-
uses: actions/upload-artifact@v6
196+
uses: actions/upload-artifact@v7
197197
with:
198198
name: coverage-data
199199
path: ${{ github.workspace }}/build
@@ -255,7 +255,7 @@ jobs:
255255
steps:
256256
- uses: actions/checkout@v6
257257

258-
- uses: actions/download-artifact@v7
258+
- uses: actions/download-artifact@v8
259259
with:
260260
name: coverage-data
261261
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)