We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46320be commit e4834e3Copy full SHA for e4834e3
.github/workflows/CI.yaml
@@ -48,7 +48,7 @@ jobs:
48
dotnet publish -r ${{ matrix.rid }}
49
50
- name: Upload
51
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
52
with:
53
name: ${{ env.ProjectName }}-${{ matrix.rid }}
54
path: src/${{ env.ProjectName }}.Desktop/bin/Release/${{ env.NET_TFM }}/${{ matrix.rid }}/publish/
0 commit comments