Skip to content

Commit b405593

Browse files
Update pack.yml
actions v4
1 parent abb66d1 commit b405593

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v3
17+
uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: 8.0.x
2020
- name: Restore dependencies
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet test ./src --configuration Release --no-build --verbosity normal
2626
- name: Pack
2727
run: dotnet pack ./src/AD.FsCheck.MSTest/AD.FsCheck.MSTest.csproj --configuration Release --no-build --output out
28-
- uses: actions/upload-artifact@v3
28+
- uses: actions/upload-artifact@v4
2929
with:
3030
name: FsChek_MsTest
3131
path: out/*

0 commit comments

Comments
 (0)