We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba8848 commit eceb5c1Copy full SHA for eceb5c1
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Publish NuGet packages (fork)
85
if: github.event.pull_request.head.repo.fork == true
86
- uses: actions/upload-artifact@v4.2.0
+ uses: actions/upload-artifact@v4.3.0
87
with:
88
name: nupkgs
89
path: src/**/*.nupkg
0 commit comments