We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6dcbf commit e1d8933Copy full SHA for e1d8933
1 file changed
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
run: dotnet build -c Release
67
68
- name: Upload Artifact
69
- uses: "actions/upload-artifact@v3"
+ uses: "actions/upload-artifact@v4"
70
with:
71
name: "${{ env.PROJ_USERNAME }}.${{ env.PROJ_NAME }}"
72
path: "${{ env.PROJ_NAME }}/bin/Release"
@@ -84,4 +84,4 @@ jobs:
84
omitBodyDuringUpdate: true
85
artifacts: "${{ env.PROJ_USERNAME}}.${{ env.PROJ_NAME }}.zip"
86
draft: true
87
- prerelease: ${{ inputs.prerelease }}
+ prerelease: ${{ inputs.prerelease }}
0 commit comments