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 0797cac commit 9ce43faCopy full SHA for 9ce43fa
.github/workflows/docs.yaml
@@ -125,7 +125,7 @@ jobs:
125
126
- name: ⬆ Persist build result
127
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.client_payload.ref == format('refs/{0}/{1}', matrix.source, matrix.version)
128
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
129
with:
130
name: ${{ matrix.version }}
131
path: ${{ github.workspace }}/OctoPrint/docs/_build/html/${{ matrix.version }}
@@ -142,7 +142,7 @@ jobs:
142
path: docs
143
144
- name: ⬇ Fetch all artifacts
145
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
146
147
path: artifacts
148
0 commit comments