Skip to content

Commit 2cb50d5

Browse files
Merge pull request #38 from brian-reichle/workflow-update
Update workflows.
2 parents d7e40d9 + f1c2274 commit 2cb50d5

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,14 +21,14 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525
- name: Setup .NET Core 6.0
2626
if: matrix.configuration == 'Debug'
27-
uses: actions/setup-dotnet@v1
27+
uses: actions/setup-dotnet@v4
2828
with:
2929
dotnet-version: 6.0.402
3030
- name: Setup .NET Core 8.0
31-
uses: actions/setup-dotnet@v1
31+
uses: actions/setup-dotnet@v4
3232
with:
3333
dotnet-version: 8.0.200
3434
- name: Build TypeNameInterpretation
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet pack src --no-build --configuration ${{ matrix.configuration }} -p:RepositoryCommit=${{ github.sha }} -p:RepositoryBranch=${{ github.ref }}
4242
- name: Save Artifacts
4343
if: matrix.configuration == 'Release'
44-
uses: actions/upload-artifact@v2
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: package
4747
path: |

0 commit comments

Comments
 (0)