Skip to content

Commit

Permalink
Bump upload and download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Sep 9, 2024
1 parent fc215d1 commit 2d23724
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
pip uninstall -y "jupyter-archive" jupyterlab
- name: Upload extension packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: extension-artifacts
path: dist/jupyter_archive*
Expand All @@ -64,7 +64,7 @@ jobs:
with:
python-version: '3.9'
architecture: 'x64'
- uses: actions/[email protected].7
- uses: actions/[email protected].8
with:
name: extension-artifacts
- name: Install and Test
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Download extension package
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: extension-artifacts

Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Upload Playwright Test report
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: jupyter-archive-playwright-tests
path: |
Expand All @@ -164,7 +164,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Download extension package
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: extension-artifacts

Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Upload Playwright Test report
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: notebook-tour-playwright-tests
path: |
Expand Down

0 comments on commit 2d23724

Please sign in to comment.