[dependencies] Update actions/upload-artifact action to v4
This commit is contained in:
2
.github/workflows/debug.yml
vendored
2
.github/workflows/debug.yml
vendored
@@ -216,7 +216,7 @@ jobs:
|
|||||||
id: build
|
id: build
|
||||||
run: make
|
run: make
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sing-box-${{ matrix.name }}
|
name: sing-box-${{ matrix.name }}
|
||||||
path: sing-box*
|
path: sing-box*
|
||||||
|
|||||||
Reference in New Issue
Block a user