Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 2 to 3 (#675)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 15, 2023
1 parent 7347b9f commit 5fd8715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backstop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
CI: true
- name: Upload report as downloadable artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: backstop-report
Expand Down

0 comments on commit 5fd8715

Please sign in to comment.