Skip to content

Commit

Permalink
Merge pull request #1383 from robojumper/gha-update
Browse files Browse the repository at this point in the history
Update -artifact Actions to v4
  • Loading branch information
robojumper committed Sep 5, 2024
2 parents dc58c97 + e4806fa commit 2d5fa50
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 2d5fa50

Please sign in to comment.