We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3aed1d6 + 4fed050 commit e43d8cbCopy full SHA for e43d8cb
1 file changed
.github/workflows/CD.yml
@@ -67,7 +67,7 @@ jobs:
67
run: nuget pack ThunderDesign.Net-PCL.nuspec -Version ${{ github.event.release.tag_name }} -OutputDirectory ${{ env.PACKAGE_OUTPUT_DIRECTORY }}
68
69
- name: Archive NuGet Package
70
- uses: actions/upload-artifact@v2.3.1
+ uses: actions/upload-artifact@v4
71
with:
72
name: Package_${{ env.FILE_NAME}}.${{ github.event.release.tag_name }}
73
path: ${{ env.PACKAGE_OUTPUT_DIRECTORY}}\${{ env.FILE_NAME}}.${{ github.event.release.tag_name }}.nupkg
0 commit comments