Skip to content

Commit 648971e

Browse files
Updating Archive NuGet Package to version 4
1 parent bed1874 commit 648971e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# run: nuget pack ThunderDesign.Net-PCL.nuspec -Version ${{ github.event.release.tag_name }} -OutputDirectory ${{ env.PACKAGE_OUTPUT_DIRECTORY }}
7575

7676
- name: Archive NuGet Package
77-
uses: actions/upload-artifact@v2.3.1
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: Package_${{ env.FILE_NAME}}.1.1.0
8080
path: ${{ env.PACKAGE_OUTPUT_DIRECTORY}}\${{ env.FILE_NAME}}.1.1.0.nupkg

0 commit comments

Comments
 (0)