Skip to content

Commit 955699e

Browse files
authored
Merge pull request #18 from simplesamlphp/dependabot/github_actions/all-actions-f3b4f8a16b
Bump the all-actions group across 1 directory with 3 updates
2 parents f0ef8a8 + 9f31eff commit 955699e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
php-version: ['8.1', '8.2', '8.3', '8.4']
2323

24-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].0
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].3
2525
with:
2626
php-version: ${{ matrix.php-version }}
2727

@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232

33-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].0
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].3
3434
with:
3535
enable_eslinter: true
3636
enable_jsonlinter: true
@@ -209,7 +209,7 @@ jobs:
209209

210210
- name: Save coverage data
211211
if: ${{ matrix.php-versions == '8.4' }}
212-
uses: actions/upload-artifact@v4
212+
uses: actions/upload-artifact@v5
213213
with:
214214
name: coverage-data
215215
path: ${{ github.workspace }}/build
@@ -271,7 +271,7 @@ jobs:
271271
steps:
272272
- uses: actions/checkout@v5
273273

274-
- uses: actions/download-artifact@v5
274+
- uses: actions/download-artifact@v6
275275
with:
276276
name: coverage-data
277277
path: ${{ github.workspace }}/build

0 commit comments

Comments
 (0)