Skip to content

Commit 638eaf4

Browse files
Merge pull request #443 from gdziadkiewicz/Update_github_actions
Update GitHub Actions
2 parents 0b31162 + 1954578 commit 638eaf4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-22.04, windows-latest, macOS-13]
20+
os: [ubuntu-22.04, windows-2025, macOS-13]
2121
runs-on: ${{ matrix.os }}
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- name: Setup .NET for main project build
27-
uses: actions/setup-dotnet@v4
27+
uses: actions/setup-dotnet@v5
2828
with:
2929
dotnet-version: |
3030
8.0.x
@@ -33,7 +33,7 @@ jobs:
3333
run: ./build.sh
3434
shell: bash
3535
- name: Save nuget package as artifact
36-
if: matrix.os == 'windows-latest'
36+
if: matrix.os == 'windows-2025'
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: nuget-package

0 commit comments

Comments
 (0)