Skip to content

Commit f2bc721

Browse files
committed
[spec] github actions versions bump
1 parent 5514d04 commit f2bc721

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

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

3636
- name: Create packages artifact
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: Packages
4040
path: ./src/publish/

0 commit comments

Comments
 (0)