Skip to content

Commit f5ab0f2

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 8d3d325 + c41a271 commit f5ab0f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208

209209
- name: Save coverage data
210210
if: ${{ matrix.php-versions == '8.3' }}
211-
uses: actions/upload-artifact@v4
211+
uses: actions/upload-artifact@v5
212212
with:
213213
name: coverage-data
214214
path: ${{ github.workspace }}/build
@@ -270,7 +270,7 @@ jobs:
270270
steps:
271271
- uses: actions/checkout@v5
272272

273-
- uses: actions/download-artifact@v5
273+
- uses: actions/download-artifact@v6
274274
with:
275275
name: coverage-data
276276
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)