Skip to content

Commit 0b62369

Browse files
authored
Fix upload-artifact deprecation (node.js<20) (#75)
fix upload-artifact deprecation (node.js<20)
1 parent 82a6afc commit 0b62369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: Upload Distributions
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: jupyterlab_urdf-releaser-dist-${{ github.run_number }}
3131
path: .jupyter_releaser_checkout/dist

0 commit comments

Comments
 (0)