Skip to content

Commit 9bb5403

Browse files
committed
ci: update workflow with GitHub recommendations
1 parent 2fd4713 commit 9bb5403

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: windows-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v3
4343

4444
- name: Setup MSBuild
4545
uses: microsoft/[email protected]
@@ -65,7 +65,7 @@ jobs:
6565
& "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/Common7/IDE/Extensions/TestPlatform/vstest.console.exe" ./tests/QueryableValues.EF6.SqlServer.Tests.EF*/bin/Release/**/BlazarTech.QueryableValues.EF6.SqlServer.Tests.EF*.dll
6666
6767
- name: Upload Artifacts
68-
uses: actions/upload-artifact@v2
68+
uses: actions/upload-artifact@v3
6969
with:
7070
name: nupkg
7171
path: ./src/QueryableValues.EF6.SqlServer/bin/Release/*.nupkg
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: windows-latest
7676
steps:
7777
- name: Download Artifact
78-
uses: actions/download-artifact@v1
78+
uses: actions/download-artifact@v3
7979
with:
8080
name: nupkg
8181
- name: Push to GitHub Feed
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: windows-latest
8989
steps:
9090
- name: Download Artifact
91-
uses: actions/download-artifact@v1
91+
uses: actions/download-artifact@v3
9292
with:
9393
name: nupkg
9494
- name: Push to GitHub Feed

0 commit comments

Comments
 (0)