Skip to content

Commit 2fc6278

Browse files
committed
Update deprecated github action
1 parent 2890e64 commit 2fc6278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-core.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: Upload artifacts
117117
if: github.event_name == 'push' && (contains(github.ref, 'refs/tags/') || contains(github.ref, 'refs/heads/master'))
118-
uses: actions/upload-artifact@v2
118+
uses: actions/upload-artifact@v4
119119
with:
120120
name: SmartApplicationFramework-${{ steps.minver.outputs.version }}
121121
path: ./artifacts

0 commit comments

Comments
 (0)