Skip to content

Commit edd9cf2

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 2b79936 + 4147275 commit edd9cf2

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
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Save coverage data
9797
if: ${{ matrix.php-versions == '8.5' }}
98-
uses: actions/upload-artifact@v6
98+
uses: actions/upload-artifact@v7
9999
with:
100100
name: coverage-data
101101
path: ${{ github.workspace }}/build
@@ -258,7 +258,7 @@ jobs:
258258
steps:
259259
- uses: actions/checkout@v6
260260

261-
- uses: actions/download-artifact@v7
261+
- uses: actions/download-artifact@v8
262262
with:
263263
name: coverage-data
264264
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)