Skip to content

Commit 69fcf92

Browse files
committed
[CI] update versions of actions
1 parent 35ed450 commit 69fcf92

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
mkdocs build -f docs/en/mkdocs.yml
1818
mkdocs build -f docs/zh/mkdocs.yml
1919
cp docs/index.html site/
20-
- uses: actions/upload-pages-artifact@v2
20+
- uses: actions/upload-pages-artifact@v3
2121
with:
2222
path: site/
23-
- uses: actions/deploy-pages@v2
23+
- uses: actions/deploy-pages@v4

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939

4040
# Install the cosign tool except on PR
4141
# https://github.com/sigstore/cosign-installer

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build a binary wheel and a source tarball
2626
run: python3 -m build
2727
- name: Store the distribution packages
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: python-package-distributions
3131
path: dist/
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Download all the dists
49-
uses: actions/download-artifact@v3
49+
uses: actions/download-artifact@v4
5050
with:
5151
name: python-package-distributions
5252
path: dist/
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Download all the dists
73-
uses: actions/download-artifact@v3
73+
uses: actions/download-artifact@v4
7474
with:
7575
name: python-package-distributions
7676
path: dist/

0 commit comments

Comments
 (0)