Skip to content

Commit

Permalink
Merge pull request #110 from dokku/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-3

chore(deps): bump actions/upload-artifact from 2 to 3
  • Loading branch information
josegonzalez committed Jan 2, 2023
2 parents 13707a7 + b0641b6 commit 219984c
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 @@ -30,7 +30,7 @@ jobs:
- run: make build-in-docker
- run: make validate-in-docker
- name: upload packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build
path: build/**/*
Expand Down

0 comments on commit 219984c

Please sign in to comment.