Skip to content

Commit

Permalink
Merge pull request jupyterlab#741 from jupyterlab/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
mbektas authored Dec 20, 2023
2 parents 447e047 + a30a859 commit 092d505
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,39 +124,39 @@ jobs:

- name: Upload Debian Installer
if: matrix.cfg.platform == 'linux'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: debian-installer
path: |
dist/JupyterLab.deb
- name: Upload Fedora Installer
if: matrix.cfg.platform == 'linux'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fedora-installer
path: |
dist/JupyterLab.rpm
- name: Upload macOS x64 Installer
if: matrix.cfg.platform == 'osx-64'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mac-installer-x64
path: |
dist/JupyterLab-x64.dmg
- name: Upload macOS arm64 Installer
if: matrix.cfg.platform == 'osx-arm64'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mac-installer-arm64
path: |
dist/JupyterLab-arm64.dmg
- name: Upload Windows Installer
if: matrix.cfg.platform == 'win'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows-installer
path: |
Expand Down

0 comments on commit 092d505

Please sign in to comment.