File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838 run : dotnet pack ${{ env.PROJECT_PATH }} -c Release --no-build --include-symbols -o ./artifacts/prerelease --version-suffix prerelease-$GITHUB_RUN_NUMBER-$GITHUB_RUN_ATTEMPT
3939
4040 - name : ' Save prerelease artifact'
41- uses : actions/upload-artifact@v3
41+ uses : actions/upload-artifact@v4
4242 with :
4343 name : prerelease
4444 path : ./artifacts/prerelease/*
4747 run : dotnet pack ${{ env.PROJECT_PATH }} -c Release --no-build --include-symbols -o ./artifacts/release
4848
4949 - name : ' Save release artifact'
50- uses : actions/upload-artifact@v3
50+ uses : actions/upload-artifact@v4
5151 with :
5252 name : release
5353 path : ./artifacts/release/*
5959 runs-on : ubuntu-latest
6060 steps :
6161 - name : Download artifact
62- uses : actions/download-artifact@v3
62+ uses : actions/download-artifact@v4
6363 with :
6464 name : prerelease
6565
7373 runs-on : ubuntu-latest
7474 steps :
7575 - name : Download artifact
76- uses : actions/download-artifact@v3
76+ uses : actions/download-artifact@v4
7777 with :
7878 name : release
7979
You can’t perform that action at this time.
0 commit comments