Skip to content

Commit accfea5

Browse files
authored
Merge pull request #28 from simplesamlphp/dependabot/github_actions/all-actions-985357984d
Bump the all-actions group with 2 updates
2 parents 65006bd + 15d8f33 commit accfea5

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
@@ -257,7 +257,7 @@ jobs:
257257
steps:
258258
- uses: actions/checkout@v6
259259

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

0 commit comments

Comments
 (0)