Skip to content

Commit dfd57c7

Browse files
authored
Bump actions/upload-artifact to v4 (#676)
* Bump `actions/upload-artifact` to v4 * Add sphinx.configuration key for RTD * Bump `actions/upload-artifact` to v4 in check-release too * bump download-artifact action
1 parent 9145c70 commit dfd57c7

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Diff for: .github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
yarn build:packages
7878
7979
- name: Upload extension packages
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: extension-artifacts
8383
path: |
@@ -97,7 +97,7 @@ jobs:
9797
python-version: '3.9'
9898
architecture: 'x64'
9999

100-
- uses: actions/download-artifact@v3
100+
- uses: actions/download-artifact@v4
101101
with:
102102
name: extension-artifacts
103103

@@ -140,7 +140,7 @@ jobs:
140140
pythonocc-core=7.7.0
141141
142142
- name: Download extension package
143-
uses: actions/download-artifact@v3
143+
uses: actions/download-artifact@v4
144144
with:
145145
name: extension-artifacts
146146

@@ -223,7 +223,7 @@ jobs:
223223
jupyterlite-xeus
224224
225225
- name: Download extension package
226-
uses: actions/download-artifact@v3
226+
uses: actions/download-artifact@v4
227227
with:
228228
name: extension-artifacts
229229

Diff for: .github/workflows/check-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
shell: bash -l {0}
3232

3333
- name: Upload Distributions
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: jupytercad-releaser-dist-${{ github.run_number }}
3737
path: .jupyter_releaser_checkout/dist

Diff for: .readthedocs.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ build:
77

88
conda:
99
environment: docs/environment.yml
10+
11+
sphinx:
12+
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)