Skip to content

Commit

Permalink
Merge pull request #5415 from Laravel-Backpack/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
pxpm authored Jul 15, 2024
2 parents 324046f + 6715091 commit e150360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
steps.test-coverage.outputs.coverage > 20 && 'red,red,red,orange' ||
'red' }}
- name: Upload badge as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: badge
path: test-coverage.svg
Expand Down

0 comments on commit e150360

Please sign in to comment.