Skip to content

Commit b4ae1d0

Browse files
authored
Bump upload-artifact & download-artifact actions to v4 (#37)
1 parent 96804cb commit b4ae1d0

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
@@ -43,7 +43,7 @@ jobs:
4343
pip uninstall -y "jupytercad_freecad" jupyterlab
4444
4545
- name: Upload extension packages
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: extension-artifacts
4949
path: dist/jupytercad_freecad*
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
python-version: '3.9'
6161
architecture: 'x64'
62-
- uses: actions/download-artifact@v3
62+
- uses: actions/download-artifact@v4
6363
with:
6464
name: extension-artifacts
6565
- name: Install and Test
@@ -99,7 +99,7 @@ jobs:
9999
freecad=0.21.2
100100
101101
- name: Download extension package
102-
uses: actions/download-artifact@v3
102+
uses: actions/download-artifact@v4
103103
with:
104104
name: extension-artifacts
105105

@@ -136,7 +136,7 @@ jobs:
136136
137137
- name: Upload Playwright Test report
138138
if: always()
139-
uses: actions/upload-artifact@v3
139+
uses: actions/upload-artifact@v4
140140
with:
141141
name: jupytercad-playwright-tests
142142
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-freecad-releaser-dist-${{ github.run_number }}
2525
path: .jupyter_releaser_checkout/dist

0 commit comments

Comments
 (0)