We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25bfa14 commit 7efcfe6Copy full SHA for 7efcfe6
.github/workflows/check-release.yml
@@ -37,7 +37,7 @@ jobs:
37
token: ${{ secrets.GITHUB_TOKEN }}
38
- name: Upload Distributions
39
if: ${{ matrix.group == 'check_release' }}
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
41
with:
42
name: jupyter-releaser-dist-${{ github.run_number }}
43
path: .jupyter_releaser_checkout/dist
0 commit comments