Skip to content

Commit 46fe3cf

Browse files
authoredFeb 7, 2025
Update upload-pages-artifact to use v3 (#342)
2 parents 674bd4b + fac1dbb commit 46fe3cf

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed
 

‎.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
with:
2424
dotnet-version: '8.0.404'
2525

26+
- name: workload update version
27+
run: dotnet workload update --version 8.0.404
28+
2629
- name: Install .NET Android and iOS workload
2730
run: dotnet workload install android ios maui --version 8.0.404
2831

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
run: ./tools/build-docs.sh
301301
shell: bash
302302

303-
- uses: actions/upload-pages-artifact@v2
303+
- uses: actions/upload-pages-artifact@v3
304304
with:
305305
path: docs
306306

‎.github/workflows/snyk.yml

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
with:
4646
dotnet-version: '8.0.404'
4747

48+
- name: workload update version
49+
run: dotnet workload update --version 8.0.404
50+
4851
- name: Install .NET Android and iOS workload
4952
run: dotnet workload install android ios maui --version 8.0.404
5053

0 commit comments

Comments
 (0)