We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53888b commit 9b487f5Copy full SHA for 9b487f5
.github/workflows/publish.yaml
@@ -47,7 +47,7 @@ jobs:
47
dotnet pack --configuration Release --output ${{ env.NuGetDirectory }} src
48
49
# Publish the NuGet package as an artifact, so they can be used in the following jobs
50
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
51
with:
52
name: nuget
53
if-no-files-found: error
@@ -57,7 +57,7 @@ jobs:
57
run_test:
58
runs-on: ubuntu-latest
59
steps:
60
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
61
- name: Setup .NET
62
uses: actions/setup-dotnet@v4
63
- name: Run tests
0 commit comments