mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 22:38:27 +08:00
ci: Update artifact actions
This commit is contained in:
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
/p:PackageVersion=${{ steps.gitversion.outputs.semVer }}
|
||||
--output ${{ env.NuGetDirectory }}
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: nuget
|
||||
if-no-files-found: error
|
||||
@@ -117,7 +117,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ create_nuget, run_test ]
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: nuget
|
||||
path: ${{ env.NuGetDirectory }}
|
||||
|
||||
Reference in New Issue
Block a user