Skip to content

Commit

Permalink
Merge pull request jupyterhub#3306 from jupyterhub/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/actions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
manics authored Jan 2, 2024
2 parents 79e027a + 6cd5b09 commit 2507858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
run: helm package jupyterhub

# ref: https://github.com/actions/upload-artifact
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: steps.publishing.outputs.publishing == ''
with:
name: jupyterhub-${{ github.sha }}
Expand Down

0 comments on commit 2507858

Please sign in to comment.