Skip to content

Commit e59e969

Browse files
committed
github: bump to upload/download artifact v4
1 parent 28911f2 commit e59e969

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/setup-python@v4
1111
- run: pip install sphinx
1212
- run: sphinx-build docs _build
13-
- uses: actions/upload-artifact@v3
13+
- uses: actions/upload-artifact@v4
1414
with:
1515
name: docs-artifact
1616
path: _build
@@ -34,7 +34,7 @@ jobs:
3434
node-version: '16'
3535
- run: npm install
3636
- run: npm run build
37-
- uses: actions/upload-artifact@v3
37+
- uses: actions/upload-artifact@v4
3838
with:
3939
name: ${{ matrix.name }}
4040
path: dist
@@ -50,15 +50,15 @@ jobs:
5050
name: github-pages
5151
url: ${{steps.deployment.outputs.page_url}}
5252
steps:
53-
- uses: actions/download-artifact@v3
53+
- uses: actions/download-artifact@v4
5454
with:
5555
name: app-testing
5656
path: testing
57-
- uses: actions/download-artifact@v3
57+
- uses: actions/download-artifact@v4
5858
with:
5959
name: app-stable
6060
path: stable
61-
- uses: actions/download-artifact@v3
61+
- uses: actions/download-artifact@v4
6262
with:
6363
name: docs-artifact
6464
path: .

0 commit comments

Comments
 (0)