Skip to content

Commit 4cdcab6

Browse files
Update GitHub Artifact Actions
1 parent 095a522 commit 4cdcab6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Pack
4545
run: dotnet pack --no-build -c Release /p:PackageOutputPath=${{env.BUILD_ARTIFACT_PATH}} /p:ContinuousIntegrationBuild=true -bl:${{env.BUILD_ARTIFACT_PATH}}/msbuild-pack.binlog
4646
- name: Publish artifacts
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v5
4848
if: always()
4949
with:
5050
name: ${{matrix.os}}
@@ -58,7 +58,7 @@ jobs:
5858
- name: Checkout
5959
uses: actions/checkout@v4
6060
- name: Download coverage reports
61-
uses: actions/download-artifact@v4
61+
uses: actions/download-artifact@v6
6262
- name: Install ReportGenerator tool
6363
run: dotnet tool install -g dotnet-reportgenerator-globaltool
6464
- name: Prepare coverage reports
@@ -69,7 +69,7 @@ jobs:
6969
file: Cobertura.xml
7070
fail_ci_if_error: false
7171
- name: Save combined coverage report as artifact
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v5
7373
with:
7474
name: coverage-report
7575
path: Cobertura.xml
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
steps:
8888
- name: 'Download build'
89-
uses: actions/download-artifact@v4
89+
uses: actions/download-artifact@v6
9090
with:
9191
name: 'ubuntu-latest'
9292
- name: 'Add NuGet source'
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-latest
105105
steps:
106106
- name: 'Download build'
107-
uses: actions/download-artifact@v4
107+
uses: actions/download-artifact@v6
108108
with:
109109
name: 'ubuntu-latest'
110110
- name: 'Upload NuGet package and symbols'

0 commit comments

Comments
 (0)