Skip to content

Commit d25bbbc

Browse files
committed
Merge branch 'master' of github.com:simplesamlphp/openid
2 parents 8ffa945 + 2b74dbf commit d25bbbc

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
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Save coverage data
100100
if: ${{ matrix.php-versions == '8.5' && matrix.jwt-version == '^4.0.2' }}
101-
uses: actions/upload-artifact@v6
101+
uses: actions/upload-artifact@v7
102102
with:
103103
name: coverage-data
104104
path: ${{ github.workspace }}/build
@@ -266,7 +266,7 @@ jobs:
266266
steps:
267267
- uses: actions/checkout@v6
268268

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

0 commit comments

Comments
 (0)