Skip to content

Commit 347a847

Browse files
authored
Bump upload-artifact action to v4 (#27)
* Bump `upload-artifact` action to v4 * in check release workflow too * `download-artifact` action to v4 too
1 parent 4122595 commit 347a847

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pip uninstall -y "jupytercad_salome" jupyterlab
4848
4949
- name: Upload extension packages
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: extension-artifacts
5353
path: dist/jupytercad_salome*
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
python-version: '3.9'
6565
architecture: 'x64'
66-
- uses: actions/download-artifact@v3
66+
- uses: actions/download-artifact@v4
6767
with:
6868
name: extension-artifacts
6969
- name: Install and Test
@@ -109,7 +109,7 @@ jobs:
109109
jupyterlab=4
110110
111111
- name: Download extension package
112-
uses: actions/download-artifact@v3
112+
uses: actions/download-artifact@v4
113113
with:
114114
name: extension-artifacts
115115
path: ./ui-tests
@@ -166,7 +166,7 @@ jobs:
166166
167167
- name: Upload Playwright Test report
168168
if: always()
169-
uses: actions/upload-artifact@v3
169+
uses: actions/upload-artifact@v4
170170
with:
171171
name: jupytercad-playwright-tests
172172
path: |

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020

2121
- name: Upload Distributions
22-
uses: actions/upload-artifact@v3
22+
uses: actions/upload-artifact@v4
2323
with:
2424
name: jupytercad_salome-releaser-dist-${{ github.run_number }}
2525
path: .jupyter_releaser_checkout/dist

0 commit comments

Comments
 (0)