Skip to content

Commit

Permalink
Upgrade artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten authored Sep 11, 2024
1 parent c68b527 commit 84a43e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CIBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
vstest.console.exe src\WinUIEx.Analyzers\WinUIEx.Analyzers.Test\bin\Release\net6.0-windows10.0.19041.0\WinUIEx.Analyzers.Test.dll --logger:"console;verbosity=normal" /InIsolation
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: NuGet Packages
path: artifacts\NuGet\Release

0 comments on commit 84a43e6

Please sign in to comment.