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 6863b81 commit 46810c5Copy full SHA for 46810c5
1 file changed
.github/workflows/dotnet.yml
@@ -30,13 +30,13 @@ jobs:
30
run: dotnet test --no-build --verbosity normal
31
32
- name: Upload signing file list
33
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
34
with:
35
name: config
36
path: config
37
38
- name: Upload build artifacts
39
40
41
name: BuildArtifacts
42
path: src/Kerberos.NET/bin/Release/**/*.nupkg
0 commit comments