Skip to content

Commit

Permalink
Merge pull request #95 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 234e17e + 796a03b commit eb034e9
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 @@ -31,7 +31,7 @@ jobs:
- run: make build-in-docker
- run: make validate-in-docker
- name: upload packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
path: build/**/*
Expand Down

0 comments on commit eb034e9

Please sign in to comment.