Skip to content

Commit

Permalink
Merge pull request #135 from sensein/action
Browse files Browse the repository at this point in the history
updating actions down and upload artifact to v4
  • Loading branch information
fabiocat93 authored Aug 9, 2024
2 parents df225b1 + 1739d07 commit 495bc94
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 @@ -65,7 +65,7 @@ jobs:
id: set-deploy-output
run: echo "::set-output name=deploy::true"
shell: bash
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: documentation
path: docs
Expand All @@ -85,7 +85,7 @@ jobs:
deploy: true # Only deploy from this configuration
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: documentation
path: docs
Expand Down

0 comments on commit 495bc94

Please sign in to comment.