Skip to content

Commit

Permalink
Merge pull request #74 from 2i2c-org/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
yuvipanda authored Feb 8, 2024
2 parents b01a90e + 990abf7 commit 6a51c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: helm package binderhub-service

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

0 comments on commit 6a51c6e

Please sign in to comment.