Skip to content

Commit d2d388f

Browse files
authored
Update check-release actions
1 parent e8ec324 commit d2d388f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Base Setup
1616
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
@@ -22,7 +22,7 @@ jobs:
2222
version_spec: next
2323

2424
- name: Upload Distributions
25-
uses: actions/upload-artifact@v3
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: tljh_repo2docker-releaser-dist-${{ github.run_number }}
28-
path: .jupyter_releaser_checkout/dist
28+
path: .jupyter_releaser_checkout/dist

0 commit comments

Comments
 (0)