We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff463bf commit 10365a2Copy full SHA for 10365a2
1 file changed
.github/workflows/windows.yaml
@@ -58,8 +58,9 @@ jobs:
58
NO_INTERACTION: 1
59
60
- name: Store artifact DLL
61
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
62
with:
63
name: php_${{ env.PHP_EXT }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vc }}-${{ matrix.arch }}
64
path: .\php_${{ env.PHP_EXT }}.dll
65
+ overwrite: true
66
if: ${{ matrix.library == '' }}
0 commit comments