8000 Upload artifact v2 is deprecated · phpredis/phpredis@9d38050 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d38050

Browse files
Upload artifact v2 is deprecated
1 parent 40c8973 commit 9d38050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
copy LICENSE binaries
293293
Get-ChildItem -Recurse -Filter "php_redis.dll" | ForEach-Object {Copy-Item -Path $_.FullName -Destination "binaries"}
294294
- name: Upload artifacts
295-
uses: actions/upload-artifact@v2
295+
uses: actions/upload-artifact@v4
296296
with:
297297
name: redis-${{matrix.php}}-x64-${{matrix.ts}}
298298
path: binaries

0 commit comments

Comments
 (0)
0