Skip to content

Commit

Permalink
chore: update deprecated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Jan 6, 2025
1 parent 0797cac commit 9ce43fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

- name: ⬆ Persist build result
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event.client_payload.ref == format('refs/{0}/{1}', matrix.source, matrix.version)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.version }}
path: ${{ github.workspace }}/OctoPrint/docs/_build/html/${{ matrix.version }}
Expand All @@ -142,7 +142,7 @@ jobs:
path: docs

- name: ⬇ Fetch all artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down

0 comments on commit 9ce43fa

Please sign in to comment.