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 9567b02 commit 3a4311cCopy full SHA for 3a4311c
.github/workflows/release_documentation.yml
@@ -24,7 +24,7 @@ jobs:
24
working-directory: ./docs
25
26
- name: Upload documentation
27
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
28
with:
29
name: docs
30
path: |
.github/workflows/release_packages.yml
@@ -18,7 +18,7 @@ jobs:
18
run: dotnet pack src/NSubstitute/NSubstitute.csproj -o bin -p:CI=true
19
20
- name: Upload packages
21
22
23
name: packages
0 commit comments