ci: Update upload-artifact to v4
This commit is contained in:
Родитель
5f88aea41e
Коммит
5810c0184a
|
@ -33,7 +33,7 @@ jobs:
|
|||
cd src/MyApp
|
||||
dotnet publish -c Release -f net8.0-browserwasm -p:OverrideTargetFrameworks=net8.0 /bl:/artifacts/mbuild.binlog -o $GITHUB_WORKSPACE/artifacts/wasm
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: drop
|
||||
path: artifacts
|
||||
path: artifacts
|
||||
|
|
Загрузка…
Ссылка в новой задаче