File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 dotnet pack --no-restore --no-build -o PackOutputs -c Release -p:Version=${{ github.event.release.tag_name }} -p:PackageReleaseNotes="See https://github.com/notion-dotnet/notion-sdk-net/releases/tag/${{ github.event.release.tag_name }}" -p:PackageReadmeFile=README.md
3737
3838 - name : Upload artifacts
39- uses : actions/upload-artifact@v2
39+ uses : actions/upload-artifact@v4
4040 with :
4141 name : Notion.Net
4242 path : PackOutputs/*
4545 run : dotnet nuget push PackOutputs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }}
4646
4747 - name : Upload Nuget packages as release artifacts
48- uses : actions/github-script@v2
48+ uses : actions/github-script@v7
4949 with :
5050 github-token : ${{secrets.GITHUB_TOKEN}}
5151 script : |
Original file line number Diff line number Diff line change 4545 ls -l PackOutputs/
4646
4747 - name : Upload artifacts
48- uses : actions/upload-artifact@v2
48+ uses : actions/upload-artifact@v4
4949 with :
5050 name : Notion.Net
5151 path : PackOutputs/*
You can’t perform that action at this time.
0 commit comments