Skip to content

Commit

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

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
josegonzalez authored Dec 19, 2023
2 parents 716205d + 677a4ed commit 8d5effd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- run: make test

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: tmp/test-results
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- run: make test

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: tmp/test-results
Expand Down

0 comments on commit 8d5effd

Please sign in to comment.