Skip to content

Commit 10365a2

Browse files
committed
chore(ci): bump up actions/upload-artifact from v3 to v4
1 parent ff463bf commit 10365a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/windows.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ jobs:
5858
NO_INTERACTION: 1
5959

6060
- name: Store artifact DLL
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: php_${{ env.PHP_EXT }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vc }}-${{ matrix.arch }}
6464
path: .\php_${{ env.PHP_EXT }}.dll
65+
overwrite: true
6566
if: ${{ matrix.library == '' }}

0 commit comments

Comments
 (0)