@@ -15,10 +15,10 @@ jobs:
1515 runs-on : windows-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v3
1919
2020 - name : Setup Dotnet ${{ env.DOTNET_VERSION }}
21- uses : actions/setup-dotnet@v1
21+ uses : actions/setup-dotnet@v3
2222 with :
2323 dotnet-version : ${{ env.DOTNET_VERSION }}
2424
5454 body_path : ${{ env.OUTPUT_PATH }}/changelog.md
5555 - run : echo ${{ steps.create_release.outputs.id }} >> release.txt
5656 - name : Upload release_id
57- uses : actions/upload-artifact@v2
57+ uses : actions/upload-artifact@v3
5858 with :
5959 name : release_id
6060 path : release.txt
@@ -107,7 +107,7 @@ jobs:
107107
108108 steps :
109109 - name : Download package
110- uses : actions/download-artifact@v2
110+ uses : actions/download-artifact@v3
111111 with :
112112 name : release_id
113113 - run : echo "release_id=$(cat release.txt)" >> $GITHUB_ENV
@@ -128,7 +128,7 @@ jobs:
128128 runs-on : ubuntu-latest
129129
130130 steps :
131- - uses : actions/download-artifact@v2
131+ - uses : actions/download-artifact@v3
132132 with :
133133 name : packages
134134 path : ${{ env.OUTPUT_PATH }}
@@ -151,7 +151,7 @@ jobs:
151151 runs-on : ubuntu-latest
152152
153153 steps :
154- - uses : actions/download-artifact@v2
154+ - uses : actions/download-artifact@v3
155155 with :
156156 name : packages
157157 path : ${{ env.OUTPUT_PATH }}
0 commit comments