Skip to content

Commit

Permalink
Github Actions: upgrade to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tripleee committed Oct 16, 2024
1 parent 9a0adbe commit 3286fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Run tests
run: bundle exec rails test --verbose
- name: Upload Gemfile.lock
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: Gemfile.lock
Expand All @@ -142,7 +142,7 @@ jobs:
if: ${{ failure() }}
run: git diff Gemfile.lock
- name: Upload coverage data
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ success() }}
with:
name: coverage
Expand Down

0 comments on commit 3286fb4

Please sign in to comment.