Skip to content

Commit

Permalink
update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Sep 18, 2024
1 parent 6cf099e commit 9106476
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pip uninstall -y "jupyter_scheduler" jupyterlab
- name: Upload extension packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: extension-artifacts
path: dist/jupyter_scheduler*
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 @@ -22,7 +22,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Distributions
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jupyter-scheduler-releaser-dist-${{ github.run_number }}
path: .jupyter_releaser_checkout/dist
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Upload Playwright Test report
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: jupyter_scheduler-playwright-tests-linux
path: |
Expand Down

0 comments on commit 9106476

Please sign in to comment.