Skip to content

Commit 5c831ab

Browse files
committed
Update upload-pages-artifact to use v3
1 parent 674bd4b commit 5c831ab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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: Dotnet framework and workload versions
27+
run: dotnet --info
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

0 commit comments

Comments
 (0)