Skip to content

Commit 62584ad

Browse files
authored
Merge pull request #15 from simplesamlphp/dependabot/github_actions/all-actions-985357984d
Bump the all-actions group with 2 updates
2 parents 778ed50 + 72dae0d commit 62584ad

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)