We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d4abd commit e1ea8f8Copy full SHA for e1ea8f8
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@v7
98
with:
99
name: coverage-data
100
path: ${{ github.workspace }}/build
@@ -270,7 +270,7 @@ jobs:
270
# steps:
271
# - uses: actions/checkout@v4
272
#
273
-# - uses: actions/download-artifact@v4
+# - uses: actions/download-artifact@v4=8
274
# with:
275
# name: coverage-data
276
# path: ${{ github.workspace }}/build
0 commit comments