Skip to content

Commit 9c24710

Browse files
authored
Update to actions/upload-artifact@v4 (#241)
1 parent 06fa5a3 commit 9c24710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323
- name: Upload Distributions
24-
uses: actions/upload-artifact@v2
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: jupyter-resource-usage-releaser-dist-${{ github.run_number }}
2727
path: .jupyter_releaser_checkout/dist

0 commit comments

Comments
 (0)