Skip to content

Commit 869f686

Browse files
committed
fix: Update workflows
1 parent e840acd commit 869f686

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
GTAGJS_IDS: ${{ secrets.GTAGJS_IDS }}
3737
DEMO_URL_BASE: "https://attakei.github.io/sphinx-revealjs/"
3838
- name: Upload artifact
39-
uses: actions/upload-pages-artifact@v1
39+
uses: actions/upload-pages-artifact@v3
4040
with:
4141
path: demo/_build/mini18n-revealjs/
4242
deploy:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
echo ::set-output name=targz::$(basename $(ls dist/*tar.gz))
2626
echo ::set-output name=wheel::$(basename $(ls dist/*whl))
27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
with:
2929
name: dist-packages
3030
path: dist
@@ -49,7 +49,7 @@ jobs:
4949
- prepare
5050
if: success() && ${{ needs.prepare.outputs.is-release }}
5151
steps:
52-
- uses: actions/download-artifact@v3
52+
- uses: actions/download-artifact@v4
5353
with:
5454
name: dist-packages
5555
path: dist/

0 commit comments

Comments
 (0)