Skip to content

Commit

Permalink
Update -artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
robojumper committed Sep 5, 2024
1 parent dc58c97 commit e4806fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
fi
- name: Upload the diff
if: ${{ steps.make-diff.outputs.has-diff }}
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: new_contents.diff
path: tmp_art/
Expand All @@ -91,7 +91,7 @@ jobs:
cd mkdocs
mkdocs build -d ../target
- name: Upload the built docs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: docs-html
path: target
Expand All @@ -102,7 +102,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- name: Get the built docs
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: docs-html
path: target
Expand Down

0 comments on commit e4806fa

Please sign in to comment.