Skip to content

Commit ac4f36d

Browse files
authored
Merge pull request #30 from simplesamlphp/dependabot/github_actions/all-actions-985357984d
Bump the all-actions group with 2 updates
2 parents d41489f + 8c6c481 commit ac4f36d

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
@@ -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
@@ -253,7 +253,7 @@ jobs:
253253
steps:
254254
- uses: actions/checkout@v6
255255

256-
- uses: actions/download-artifact@v7
256+
- uses: actions/download-artifact@v8
257257
with:
258258
name: coverage-data
259259
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)