Skip to content

Commit d477a45

Browse files
updates version of githuib actions
1 parent ff34c96 commit d477a45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
working-directory: ./src/EPiServer.ContentDelivery.NodeProxy
5151
run: dotnet pack --no-build --configuration $env:buildConfiguration --version-suffix $env:versionSuffix
5252
- name: Archive packages
53-
uses: actions/upload-artifact@v2
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: packages
5656
path: artifacts/**/*.nupkg
@@ -65,7 +65,7 @@ jobs:
6565
DOTNET_NOLOGO: 1
6666
steps:
6767
- name: Download artifacts
68-
uses: actions/download-artifact@v2
68+
uses: actions/download-artifact@v4
6969
with:
7070
name: packages
7171
- name: Publish to Github Packages

.github/workflows/nuget-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
working-directory: ./src/EPiServer.ContentDelivery.NodeProxy
2727
run: dotnet pack --no-build --configuration $env:buildConfiguration
2828
- name: Archive packages
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: packages
3232
path: artifacts/**/*.nupkg

0 commit comments

Comments
 (0)