Skip to content

Commit a40ced3

Browse files
committed
[spec] build actions bump to new versions
1 parent 6da30f9 commit a40ced3

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
@@ -34,7 +34,8 @@ jobs:
3434
run: dotnet pack --no-build -c Release -o ./publish
3535

3636
- name: Create packages artifact
37-
uses: actions/upload-artifact@v2
37+
if: ${{ matrix.os == 'windows-latest' }}
38+
uses: actions/upload-artifact@v4
3839
with:
3940
name: Packages
4041
path: ./src/publish/

0 commit comments

Comments
 (0)