Skip to content

Commit 61bf753

Browse files
committed
Fixes release pipeline
1 parent e9daecc commit 61bf753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- run: echo $PWD
7676
- run: ls -la $PWD/npkgs
7777
- name: Publish Nuget Package for ${{ inputs.projectPath }}
78-
uses: actions/upload-artifact@v2
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: packages
8181
path: ./npkgs
@@ -86,7 +86,7 @@ jobs:
8686
needs: pack
8787
steps:
8888
- uses: actions/checkout@v3
89-
- uses: actions/download-artifact@v2
89+
- uses: actions/download-artifact@v4
9090
with:
9191
name: packages
9292
path: ./packages

0 commit comments

Comments
 (0)