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.
actions/upload-artifact
1 parent 0336b13 commit 30353a1Copy full SHA for 30353a1
.github/workflows/dotnetcore.yml
@@ -45,7 +45,7 @@ jobs:
45
dotnet pack Octokit.GraphQL.Pack/Octokit.GraphQL.Pack.csproj --output
46
${{ env.PackageOutputPath }}
47
- name: Upload nupkg artifact
48
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
49
with:
50
name: nupkg
51
path: ${{ env.PackageOutputPath }}/*.nupkg
0 commit comments