Skip to content

Commit c51b738

Browse files
authored
Merge pull request #11 from simplesamlphp/dependabot/github_actions/all-actions-3249c11fdc
Bump the all-actions group with 2 updates
2 parents c90907f + ed96165 commit c51b738

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@v4
196+
uses: actions/upload-artifact@v5
197197
with:
198198
name: coverage-data
199199
path: ${{ github.workspace }}/build
@@ -255,7 +255,7 @@ jobs:
255255
steps:
256256
- uses: actions/checkout@v5
257257

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

0 commit comments

Comments
 (0)