We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed1874 commit 648971eCopy full SHA for 648971e
1 file changed
.github/workflows/CD.yml
@@ -74,7 +74,7 @@ jobs:
74
# run: nuget pack ThunderDesign.Net-PCL.nuspec -Version ${{ github.event.release.tag_name }} -OutputDirectory ${{ env.PACKAGE_OUTPUT_DIRECTORY }}
75
76
- name: Archive NuGet Package
77
- uses: actions/upload-artifact@v2.3.1
+ uses: actions/upload-artifact@v4
78
with:
79
name: Package_${{ env.FILE_NAME}}.1.1.0
80
path: ${{ env.PACKAGE_OUTPUT_DIRECTORY}}\${{ env.FILE_NAME}}.1.1.0.nupkg
0 commit comments