We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9b08f commit aaa1669Copy full SHA for aaa1669
1 file changed
.github/workflows/dotnet.yml
@@ -50,7 +50,7 @@ jobs:
50
run: dotnet run --no-build --verbosity normal --project ${{github.workspace}}/src/sql/Top2000.Data.StaticDataSiteGenerator/
51
52
- name: Upload pages artifact
53
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
54
55
deploy:
56
environment:
0 commit comments