Skip to content

Commit

Permalink
Merge pull request #293 from metikular/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4.3.2

Bump actions/upload-artifact from 4.3.1 to 4.3.2
  • Loading branch information
phylor committed Apr 19, 2024
2 parents 53f7490 + a9f76ce commit cea98d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
bundle exec rails spec
- name: Upload screenshots of failures
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.3.2
if: ${{ failure() }}
with:
name: capybara-screenshots-${{ github.sha }}
Expand Down

0 comments on commit cea98d3

Please sign in to comment.