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 3333
3434 - name : Bump version and push tag
3535 id : tag_version
36- uses : mathieudutour/github-tag-action@v6.0
36+ uses : mathieudutour/github-tag-action@v6.2
3737 with :
3838 github_token : ${{ secrets.GITHUB_TOKEN }}
3939
4848 run : dotnet build -c Release SharedCode.sln && dotnet pack -c Release -p:PackageVersion=${{ steps.tag_version.outputs.new_version }} -o . SharedCode.sln
4949
5050 - name : Upload Package for Publishing
51- uses : actions/upload-artifact@v3
51+ uses : actions/upload-artifact@v4.6.1
5252 with :
5353 name : PackedLib
5454 path : ./*.nupkg
5959 runs-on : windows-latest
6060 steps :
6161 - name : Download built project
62- uses : actions/download-artifact@v3
62+ uses : actions/download-artifact@v4.1.8
6363 with :
6464 name : PackedLib
6565
7777 runs-on : windows-latest
7878 steps :
7979 - name : Download built project
80- uses : actions/download-artifact@v3
80+ uses : actions/download-artifact@v4.1.8
8181 with :
8282 name : PackedLib
8383
You can’t perform that action at this time.
0 commit comments