We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c32b61 commit 3070350Copy full SHA for 3070350
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build
26
run: dotnet build LibGit2Sharp.sln --configuration Release
27
- name: Upload packages
28
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v4
29
with:
30
name: NuGet packages
31
path: bin/Packages/
0 commit comments