Skip to content

Commit 72c15a4

Browse files
committed
Change artifact action versions
Signed-off-by: Tim Moon <[email protected]>
1 parent dc6daf2 commit 72c15a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_nightly_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Download artifact
21-
uses: actions/download-artifact@v4.1.7
21+
uses: actions/download-artifact@v4
2222
with:
2323
name: "te_docs"
2424
path: "html"

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cd docs
2828
make html
2929
- name: 'Upload docs'
30-
uses: actions/upload-artifact@v4.1.7
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: te_docs
3333
path: docs/_build/html

0 commit comments

Comments
 (0)