Skip to content

Commit 9ce43fa

Browse files
committed
chore: update deprecated github actions
1 parent 0797cac commit 9ce43fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: ⬆ Persist build result
127127
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
128+
uses: actions/upload-artifact@v4
129129
with:
130130
name: ${{ matrix.version }}
131131
path: ${{ github.workspace }}/OctoPrint/docs/_build/html/${{ matrix.version }}
@@ -142,7 +142,7 @@ jobs:
142142
path: docs
143143

144144
- name: ⬇ Fetch all artifacts
145-
uses: actions/download-artifact@v3
145+
uses: actions/download-artifact@v4
146146
with:
147147
path: artifacts
148148

0 commit comments

Comments
 (0)