We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0e7b9c + edb6ee7 commit 5a6043cCopy full SHA for 5a6043c
1 file changed
.github/workflows/php.yml
@@ -94,7 +94,7 @@ jobs:
94
95
- name: Save coverage data
96
if: ${{ matrix.php-versions == '8.5' }}
97
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
98
with:
99
name: coverage-data
100
path: ${{ github.workspace }}/build
@@ -252,7 +252,7 @@ jobs:
252
steps:
253
- uses: actions/checkout@v5
254
255
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
256
257
258
0 commit comments