Skip to content

Commit 5e72bd9

Browse files
dep: Update actions/upload-artifact action to v3 (#191)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 48c6a2d commit 5e72bd9

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
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Upload ${{ matrix.Rid }}
7676
continue-on-error: true
77-
uses: actions/upload-artifact@v2
77+
uses: actions/upload-artifact@v3
7878
with:
7979
name: ${{ env.ProjectName }}-${{ matrix.Rid }}
8080
path: ${{ env.ProjectName }}\bin\${{ env.Configuration }}\${{ env.NET_TFM }}\${{ matrix.Rid }}\publish\

0 commit comments

Comments
 (0)