Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c8973 commit 9d38050Copy full SHA for 9d38050
1 file changed
.github/workflows/ci.yml
@@ -292,7 +292,7 @@ jobs:
292
copy LICENSE binaries
293
Get-ChildItem -Recurse -Filter "php_redis.dll" | ForEach-Object {Copy-Item -Path $_.FullName -Destination "binaries"}
294
- name: Upload artifacts
295
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
296
with:
297
name: redis-${{matrix.php}}-x64-${{matrix.ts}}
298
path: binaries
0 commit comments