We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0664126 + 4f1d248 commit d83978eCopy full SHA for d83978e
.github/workflows/docs.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Upload artifact
70
if: github.event_name != 'pull_request'
71
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
72
with:
73
path: ./docs/_site
74
.github/workflows/main.yml
@@ -53,7 +53,7 @@ jobs:
53
echo "major=$MAJOR_VERSION" >> $GITHUB_OUTPUT
54
55
- name: Setup .NET
56
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
57
58
dotnet-version: ${{ steps.dotnet_version.outputs.major }}
59
dotnet-quality: "ga"
0 commit comments