We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ffa945 + 2b74dbf commit d25bbbcCopy full SHA for d25bbbc
1 file changed
.github/workflows/php.yml
@@ -98,7 +98,7 @@ jobs:
98
99
- name: Save coverage data
100
if: ${{ matrix.php-versions == '8.5' && matrix.jwt-version == '^4.0.2' }}
101
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
102
with:
103
name: coverage-data
104
path: ${{ github.workspace }}/build
@@ -266,7 +266,7 @@ jobs:
266
steps:
267
- uses: actions/checkout@v6
268
269
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
270
271
272
0 commit comments