Skip to content

Commit b11767a

Browse files
committed
changing upload version on actions
1 parent 1520311 commit b11767a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
proj-path: src/${{ env.PROJECT_NAME }}/${{ env.PROJECT_NAME }}.csproj
4646

4747
- name: Archive Nuget Package
48-
uses: actions/upload-artifact@v1
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: ${{ env.PROJECT_NAME }}
5151
path: ${{ env.PACKAGE_OUTPUT_DIRECTORY }}/${{ env.PROJECT_NAME }}.${{ steps.get-version.outputs.version }}.nupkg

0 commit comments

Comments
 (0)