Skip to content

Commit 6d696e2

Browse files
authoredSep 4, 2024··
Merge pull request #228 from discsim/docs_fix
updated upload-artifact
2 parents cccd148 + 4d70d96 commit 6d696e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# only store the artifact for 'retention-days'
6060
- name: Upload docs artifact
6161
if: github.event.pull_request.merged == true
62-
uses: actions/upload-artifact@v4.1.7
62+
uses: actions/upload-artifact@v4.4.0
6363
with:
6464
name: built_docs
6565
path: docs/_build/html

0 commit comments

Comments
 (0)
Please sign in to comment.