Skip to content

Commit 18cb74b

Browse files
authored
Merge pull request #19 from simplesamlphp/dependabot/github_actions/all-actions-985357984d
Bump the all-actions group with 2 updates
2 parents 5f06a47 + bcec6e8 commit 18cb74b

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
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Save coverage data
9696
if: ${{ matrix.php-versions == '8.4' }}
97-
uses: actions/upload-artifact@v6
97+
uses: actions/upload-artifact@v7
9898
with:
9999
name: coverage-data
100100
path: ${{ github.workspace }}/build
@@ -265,7 +265,7 @@ jobs:
265265
steps:
266266
- uses: actions/checkout@v6
267267

268-
- uses: actions/download-artifact@v7
268+
- uses: actions/download-artifact@v8
269269
with:
270270
name: coverage-data
271271
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)