Skip to content

Commit 9a6f55b

Browse files
authored
Merge pull request #21 from simplesamlphp/dependabot/github_actions/all-actions-985357984d
Bump the all-actions group with 2 updates
2 parents 30c8546 + b6c4d6f commit 9a6f55b

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
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Save coverage data
9696
if: ${{ matrix.php-versions == '8.5' }}
97-
uses: actions/upload-artifact@v6
97+
uses: actions/upload-artifact@v7
9898
with:
9999
name: coverage-data
100100
path: ${{ github.workspace }}/build
@@ -258,7 +258,7 @@ jobs:
258258
steps:
259259
- uses: actions/checkout@v6
260260

261-
- uses: actions/download-artifact@v7
261+
- uses: actions/download-artifact@v8
262262
with:
263263
name: coverage-data
264264
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)