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 ff34c96 commit 6f233e5Copy full SHA for 6f233e5
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
working-directory: ./src/EPiServer.ContentDelivery.NodeProxy
51
run: dotnet pack --no-build --configuration $env:buildConfiguration --version-suffix $env:versionSuffix
52
- name: Archive packages
53
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
54
with:
55
name: packages
56
path: artifacts/**/*.nupkg
.github/workflows/nuget-release.yml
@@ -26,7 +26,7 @@ jobs:
26
27
run: dotnet pack --no-build --configuration $env:buildConfiguration
28
29
30
31
32
0 commit comments