Skip to content

Commit

Permalink
Upgrade to upload-artifact@v4 for GitHub Actions https://github.blog/…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Jan 16, 2025
1 parent 565a06c commit d96e302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rails-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
DATABASE_HOSTNAME: localhost
DATABASE_POOL: 16
- name: Upload test logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: logs
name: logs-${{ matrix.runs-on }}
path: log
retention-days: 1

0 comments on commit d96e302

Please sign in to comment.