Skip to content

Commit 5b11946

Browse files
authored
Merge pull request #15 from simplesamlphp/dependabot/github_actions/all-actions-3249c11fdc
Bump the all-actions group with 2 updates
2 parents a7a4991 + 7ba8d32 commit 5b11946

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@v4
97+
uses: actions/upload-artifact@v5
9898
with:
9999
name: coverage-data
100100
path: ${{ github.workspace }}/build
@@ -261,7 +261,7 @@ jobs:
261261
steps:
262262
- uses: actions/checkout@v5
263263

264-
- uses: actions/download-artifact@v5
264+
- uses: actions/download-artifact@v6
265265
with:
266266
name: coverage-data
267267
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)