Skip to content

Commit ec4aad4

Browse files
committed
[spec] actions update to new
1 parent d6f81a7 commit ec4aad4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Code Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4.1.1
2020

2121
- name: Install DotNet
22-
uses: actions/setup-dotnet@v1
22+
uses: actions/setup-dotnet@v4
2323

2424
- name: Restore Dependencies
2525
run: dotnet restore Simplify.ProjectsTemplates.csproj
@@ -31,7 +31,8 @@ jobs:
3131
run: dotnet pack Simplify.ProjectsTemplates.csproj --no-build -c Release -o ./publish
3232

3333
- name: Create packages artifact
34-
uses: actions/upload-artifact@v2
34+
if: ${{ matrix.os == 'windows-latest' }}
35+
uses: actions/upload-artifact@v4
3536
with:
3637
name: Packages
3738
path: ./src/publish/

0 commit comments

Comments
 (0)