Skip to content

Commit 07502bb

Browse files
authored
chore(workflows): update upload-artifact to v4 as v3 deprecated (#230)
1 parent e1110eb commit 07502bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
source venv/bin/activate
7777
mkdir ./docs/build
7878
./docs/generate.sh --out=./docs/build/ --pypath=src/
79-
- uses: actions/upload-artifact@v3
79+
- uses: actions/upload-artifact@v4
8080
name: Upload Docs Preview
8181
with:
8282
name: reference-docs

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Attach the packaged artifacts to the workflow output. These can be manually
6060
# downloaded for later inspection if necessary.
6161
- name: Archive artifacts
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: dist
6565
path: dist/

0 commit comments

Comments
 (0)