Skip to content

Commit 0d25c42

Browse files
authored
Merge pull request #111 from dokku/dependabot/github_actions/actions/upload-artifact-3
chore(deps): bump actions/upload-artifact from 2 to 3
2 parents 0e7441b + 0d714af commit 0d25c42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
CI_BRANCH: ${{ steps.extract_branch.outputs.branch }}
5656

5757
- name: upload packages
58-
uses: actions/upload-artifact@v2
58+
uses: actions/upload-artifact@v3
5959
with:
6060
name: build
6161
path: build

0 commit comments

Comments
 (0)