We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d2c374 + 167fb68 commit 9f14f25Copy full SHA for 9f14f25
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@v4
+ uses: actions/upload-artifact@v5
102
with:
103
name: coverage-data
104
path: ${{ github.workspace }}/build
@@ -266,7 +266,7 @@ jobs:
266
steps:
267
- uses: actions/checkout@v5
268
269
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
270
271
272
0 commit comments