We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7603eeb commit c74cc00Copy full SHA for c74cc00
.github/workflows/mm-docs.yml
@@ -11,12 +11,12 @@ jobs:
11
- run: ./Invoke-Build.ps1 Build
12
- run: ./Invoke-Build.ps1 Run, ExportPdf, Stop
13
- name: Upload Artifact - PDF
14
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
15
with:
16
name: pdf
17
path: ./source/pdf/docs.pdf
18
- name: Upload Artifact - Site
19
20
21
name: site
22
path: ./source/site
0 commit comments