diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ce9102..b257128 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: run: bundle exec rspec --format progress --format RspecJunitFormatter --out tmp/rspec_results.xml - name: Upload test results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() with: name: rspec-results @@ -126,17 +126,17 @@ jobs: bundler-cache: true - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set up SSH - uses: webfactory/ssh-agent@v0.9.0 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} @@ -171,7 +171,7 @@ jobs: # RAILS_ENV: test # run: bundle exec rspec spec/system --format progress # - name: Keep screenshots from failed system tests - # uses: actions/upload-artifact@v6 + # uses: actions/upload-artifact@v7 # if: failure() # with: # name: screenshots