We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f06a47 + bcec6e8 commit 18cb74bCopy full SHA for 18cb74b
1 file changed
.github/workflows/php.yml
@@ -94,7 +94,7 @@ jobs:
94
95
- name: Save coverage data
96
if: ${{ matrix.php-versions == '8.4' }}
97
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
98
with:
99
name: coverage-data
100
path: ${{ github.workspace }}/build
@@ -265,7 +265,7 @@ jobs:
265
steps:
266
- uses: actions/checkout@v6
267
268
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
269
270
271
0 commit comments