File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8484 echo "Create package ${{ env.CLIENT_PROJ }} with version ${{ needs.calculate_version.outputs.pkgVersion }}"
8585 dotnet pack --configuration Release ${{ env.CLIENT_PROJ }} /p:PackageVersion=${{ needs.calculate_version.outputs.pkgVersion }}
8686 - name : Upload package to artifacts
87- uses : actions/upload-artifact@v3
87+ uses : actions/upload-artifact@v4
8888 with :
8989 name : package
9090 path : ${{ env.CLIENT_PROJ }}/bin/Release/*.nupkg
@@ -100,7 +100,7 @@ jobs:
100100 dotnet-version : 6.0.x
101101
102102 - name : Download built library
103- uses : actions/download-artifact@v3
103+ uses : actions/download-artifact@v4
104104 with :
105105 name : package
106106 path : Package
Original file line number Diff line number Diff line change 4242 dotnet pack --configuration Release MyJetTools.Sdk.EfPostgres /p:PackageVersion=${{ steps.calculate-version.outputs.TAG }}
4343
4444 - name : Upload package to artifacts
45- uses : actions/upload-artifact@v3
45+ uses : actions/upload-artifact@v4
4646 with :
4747 name : package
4848 path : MyServiceBus.Sdk/bin/Release/*.nupkg
6161 NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
6262
6363 - name : Download builded library
64- uses : actions/download-artifact@v3
64+ uses : actions/download-artifact@v4
6565 with :
6666 name : package
6767 path : Package
You can’t perform that action at this time.
0 commit comments