We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1110eb commit 07502bbCopy full SHA for 07502bb
.github/workflows/ci.yaml
@@ -76,7 +76,7 @@ jobs:
76
source venv/bin/activate
77
mkdir ./docs/build
78
./docs/generate.sh --out=./docs/build/ --pypath=src/
79
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
80
name: Upload Docs Preview
81
with:
82
name: reference-docs
.github/workflows/release.yaml
@@ -59,7 +59,7 @@ jobs:
59
# Attach the packaged artifacts to the workflow output. These can be manually
60
# downloaded for later inspection if necessary.
61
- name: Archive artifacts
62
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
63
64
name: dist
65
path: dist/
0 commit comments