Skip to content

Commit 4563fb9

Browse files
authored
Merge pull request #13 from simplesamlphp/dependabot/github_actions/all-actions-3249c11fdc
Bump the all-actions group with 2 updates
2 parents dddcb15 + aac57c5 commit 4563fb9

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
@@ -205,7 +205,7 @@ jobs:
205205

206206
- name: Save coverage data
207207
if: ${{ matrix.php-versions == '8.3' }}
208-
uses: actions/upload-artifact@v4
208+
uses: actions/upload-artifact@v5
209209
with:
210210
name: coverage-data
211211
path: ${{ github.workspace }}/build
@@ -267,7 +267,7 @@ jobs:
267267
steps:
268268
- uses: actions/checkout@v5
269269

270-
- uses: actions/download-artifact@v5
270+
- uses: actions/download-artifact@v6
271271
with:
272272
name: coverage-data
273273
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)