Skip to content

Commit e4834e3

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 46320be commit e4834e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
dotnet publish -r ${{ matrix.rid }}
4949
5050
- name: Upload
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v5
5252
with:
5353
name: ${{ env.ProjectName }}-${{ matrix.rid }}
5454
path: src/${{ env.ProjectName }}.Desktop/bin/Release/${{ env.NET_TFM }}/${{ matrix.rid }}/publish/

0 commit comments

Comments
 (0)