Skip to content

Commit 9293e26

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 7d17c39 commit 9293e26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

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

100100
- name: Save coverage data
101101
if: ${{ matrix.php-versions == '8.5' }}
102-
uses: actions/upload-artifact@v6
102+
uses: actions/upload-artifact@v7
103103
with:
104104
name: coverage-data
105105
path: ${{ github.workspace }}/build
@@ -263,7 +263,7 @@ jobs:
263263
steps:
264264
- uses: actions/checkout@v6
265265

266-
- uses: actions/download-artifact@v7
266+
- uses: actions/download-artifact@v8
267267
with:
268268
name: coverage-data
269269
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)