Skip to content

Commit c74cc00

Browse files
committed
chore: fix workflows
1 parent 7603eeb commit c74cc00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mm-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
- run: ./Invoke-Build.ps1 Build
1212
- run: ./Invoke-Build.ps1 Run, ExportPdf, Stop
1313
- name: Upload Artifact - PDF
14-
uses: actions/upload-artifact@v2
14+
uses: actions/upload-artifact@v4
1515
with:
1616
name: pdf
1717
path: ./source/pdf/docs.pdf
1818
- name: Upload Artifact - Site
19-
uses: actions/upload-artifact@v2
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: site
2222
path: ./source/site

0 commit comments

Comments
 (0)