mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Upload artifact v2 is deprecated
This commit is contained in:
committed by
Michael Grunder
parent
40c897364f
commit
9d38050093
@@ -292,7 +292,7 @@ jobs:
|
||||
copy LICENSE binaries
|
||||
Get-ChildItem -Recurse -Filter "php_redis.dll" | ForEach-Object {Copy-Item -Path $_.FullName -Destination "binaries"}
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: redis-${{matrix.php}}-x64-${{matrix.ts}}
|
||||
path: binaries
|
||||
|
||||
Reference in New Issue
Block a user