Skip to content

Commit d9b4756

Browse files
authored
Merge pull request #16 from simplesamlphp/dependabot/github_actions/all-actions-985357984d
Bump the all-actions group with 2 updates
2 parents ba72abe + 6954994 commit d9b4756

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@v6
211+
uses: actions/upload-artifact@v7
212212
with:
213213
name: coverage-data
214214
path: ${{ github.workspace }}/build
@@ -270,7 +270,7 @@ jobs:
270270
steps:
271271
- uses: actions/checkout@v6
272272

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

0 commit comments

Comments
 (0)