Skip to content

Commit

Permalink
Merge pull request #50 from dokku/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
josegonzalez authored Dec 19, 2023
2 parents a1a0a71 + 84ade24 commit da944e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
CI_BRANCH: ${{ steps.extract_branch.outputs.branch }}

- name: upload packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
path: build
Expand Down

0 comments on commit da944e6

Please sign in to comment.