Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Обновил версии экшенов (хочу фейлы тестов починить, (какбудто бы они существуют в этой репе))
  • Loading branch information
stfbee authored Sep 16, 2024
1 parent 935be6a commit e825aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/cache@v1
with:
path: vendor/bundle
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results
path: test-results

0 comments on commit e825aa6

Please sign in to comment.