Skip to content

Commit 322f5f2

Browse files
committed
Update actions in tests.yml workflow
1 parent 34895d5 commit 322f5f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v5
3535

3636
- name: Setup dotnet
37-
uses: actions/setup-dotnet@v3
37+
uses: actions/setup-dotnet@v5
3838
with:
3939
dotnet-version: '7.0.201'
4040

4141
- name: Setup MSBuild
42-
uses: microsoft/setup-msbuild@v1.1
42+
uses: microsoft/setup-msbuild@v2
4343

4444
- name: Cache packages
45-
uses: actions/cache@v3
45+
uses: actions/cache@v4
4646
with:
4747
path: ~/.nuget/packages
4848
key: NetOffice-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -66,7 +66,7 @@ jobs:
6666
VersionSuffix: ${{ steps.build.outputs.app_version_suffix }}
6767

6868
- name: Archive NetOffice binaries
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v5
7070
with:
7171
name: NetOffice_binaries_v${{ steps.build.outputs.app_version_full }}_${{ matrix.configuration }}
7272
path: '${{ github.workspace }}\Source\ClientApplication\bin\${{ matrix.configuration }}'

0 commit comments

Comments
 (0)