Skip to content

Commit

Permalink
Merge pull request #173 from noaa-ocs-modeling/felicio93-patch-2
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
felicio93 authored Sep 6, 2024
2 parents 680e0f9 + 8c9f833 commit 451d41f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cd docs
make html
- name: Upload documentation
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: documentation_built
path: docs/build/html
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Download documentation for deployment
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: documentation_built
path: docs/build/html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: retrieve wheel(s) and source
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build
path: dist
Expand Down

0 comments on commit 451d41f

Please sign in to comment.