Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasSeidenbecher committed Nov 18, 2024
1 parent 45baa49 commit 8ac592f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: msbuild -m -t:Rebuild -p:Configuration=Release -bl:opc-ua-pubsub-dotnet.binlog -noconlog _All.sln

- name: Archive Build Log
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ success() || failure() }}
with:
name: log-win-x64-release
Expand All @@ -64,7 +64,7 @@ jobs:
Compress-Archive -DestinationPath $outPath -Path $sourceFolder -CompressionLevel Optimal
- name: Archive Build Result
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: win-x64-release
path: |
Expand All @@ -88,7 +88,7 @@ jobs:
echo "nupkg-client-fileName=$($client)" >> $Env:GITHUB_OUTPUT
- name: Archive NuGet Packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nuget-win-x64-release
path: |
Expand Down

0 comments on commit 8ac592f

Please sign in to comment.