Skip to content

Commit 8603552

Browse files
committed
Update workflow actions.
1 parent b261cec commit 8603552

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525
- name: Setup .NET Core 3.1
26-
uses: actions/setup-dotnet@v1
26+
uses: actions/setup-dotnet@v4
2727
with:
2828
dotnet-version: 3.1.402
2929
- name: Setup .NET Core 6.0
30-
uses: actions/setup-dotnet@v1
30+
uses: actions/setup-dotnet@v4
3131
with:
3232
dotnet-version: 6.0.202
3333
- name: Build TypeNameInterpretation
@@ -40,7 +40,7 @@ jobs:
4040
run: dotnet pack src --no-build --configuration ${{ matrix.configuration }} -p:RepositoryCommit=${{ github.sha }} -p:RepositoryBranch=${{ github.ref }}
4141
- name: Save Artifacts
4242
if: matrix.configuration == 'Release'
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: package
4646
path: bin\TextTools\${{ matrix.configuration }}\*.nupkg

0 commit comments

Comments
 (0)