Skip to content

Commit

Permalink
Update Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
corny committed Mar 18, 2024
1 parent d9a7f5b commit 5c0d941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-java@v2
with:
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Run validator
run: bundle exec rake validator:run

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: validation-results
Expand Down

0 comments on commit 5c0d941

Please sign in to comment.