Skip to content

Commit da5e2e9

Browse files
authored
Merge branch 'main' into dependabot/dotnet_sdk/main/dotnet-sdk-10.0.100
2 parents 1c069da + f70a9e9 commit da5e2e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/sonarcloud-and-mutations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: mkdir -p ~/sonar/cache
9292

9393
- name: "Cache SonarCloud packages"
94-
uses: actions/cache@v4
94+
uses: actions/cache@v5
9595
with:
9696
path: ~/sonar/cache
9797
key: ${{ runner.os }}-sonar-${{ hashFiles('**/*.csproj') }}
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: "Cache SonarCloud scanner"
103103
id: cache-sonar-scanner
104-
uses: actions/cache@v4
104+
uses: actions/cache@v5
105105
with:
106106
path: ./.sonar/scanner
107107
key: ${{ runner.os }}-sonar-scanner

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
toolpath: "reportgeneratortool" # Default directory for installing the dotnet tool.
7171

7272
- name: "Upload Combined Coverage"
73-
uses: actions/upload-artifact@v5.0.0
73+
uses: actions/upload-artifact@v6.0.0
7474
with:
7575
name: 'Coverage'
7676
path: ${{ github.workspace }}/Cobertura.xml
@@ -99,7 +99,7 @@ jobs:
9999
path: code-coverage-results.md
100100

101101
- name: "Upload Test Results"
102-
uses: actions/upload-artifact@v5.0.0
102+
uses: actions/upload-artifact@v6.0.0
103103
with:
104104
name: 'TestResults'
105105
path: ${{ github.workspace }}/${{ env.COVERAGE_REPORT_DIRECTORY }}/**/*

0 commit comments

Comments
 (0)