Skip to content

Commit

Permalink
Update actions/upload-artifact and action/download-artifact (jupy…
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Dec 15, 2023
1 parent 8eb902e commit 179511b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Upload Galata Test assets
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: benchmark-assets
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
version_spec: next

- name: Upload Assets
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: jupyterlab-releaser-dist-${{ github.run_number }}
path: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/galata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Upload Galata Test assets
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: jupyterlab-galata-test-assets
path: |
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Upload Galata Test report
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: jupyterlab-galata-report
path: |
Expand Down Expand Up @@ -176,15 +176,15 @@ jobs:

- name: Upload Galata Test assets
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: jupyterlab-documentation-test-assets
path: |
core/galata/test-results
- name: Upload Galata Test report
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: jupyterlab-documentation-report
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linuxtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Upload ${{ matrix.group }} results
if: ${{ matrix.upload-output && always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.group }} ${{ github.run_number }}
path: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
pip install build
python -m build --sdist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: "sdist"
path: dist/*.tar.gz
Expand All @@ -126,7 +126,7 @@ jobs:
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Download sdist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Install From SDist
run: |
set -ex
Expand Down

0 comments on commit 179511b

Please sign in to comment.