Skip to content

Commit 44a8adc

Browse files
renovate-botRehanSaeed
authored andcommitted
Update actions/upload-artifact action to v2
1 parent 417b714 commit 44a8adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: dotnet cake --target=Pack
5252
shell: pwsh
5353
- name: 'Publish Artefacts'
54-
uses: actions/upload-artifact@v1.0.0
54+
uses: actions/upload-artifact@v2.2.3
5555
with:
5656
name: ${{matrix.os}}
5757
path: './Artefacts'

0 commit comments

Comments
 (0)