Skip to content

Commit 59d3695

Browse files
Update GitHub Artifact Actions
1 parent e464b3e commit 59d3695

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pipeline.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
run: nox -t build
301301

302302
- name: Store build artifact
303-
uses: actions/upload-artifact@v4
303+
uses: actions/upload-artifact@v5
304304
with:
305305
name: build
306306
path: |
@@ -343,7 +343,7 @@ jobs:
343343
run: git checkout ${{ steps.build_docs.outputs.branch_name}}
344344

345345
- name: Store Docs Artifact
346-
uses: actions/upload-artifact@v4
346+
uses: actions/upload-artifact@v5
347347
with:
348348
name: docs
349349
path: |
@@ -381,7 +381,7 @@ jobs:
381381
with:
382382
python-version: ${{ matrix.py }}
383383
- name: Download build
384-
uses: actions/download-artifact@v4
384+
uses: actions/download-artifact@v6
385385
with:
386386
name: build
387387
path: dist
@@ -430,7 +430,7 @@ jobs:
430430
with:
431431
python-version: "3.12"
432432
- name: Download build
433-
uses: actions/download-artifact@v4
433+
uses: actions/download-artifact@v6
434434
with:
435435
name: build
436436
path: dist

0 commit comments

Comments
 (0)