Skip to content

Commit

Permalink
upgrade artifact plugin CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HoneyryderChuck committed Jan 3, 2025
1 parent 8604a2b commit a6c10b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
- name: Run tests
run: docker-compose -f docker-compose.yml -f docker-compose-github.yml -f docker-compose-${{matrix.ruby}}.yml run netsnmp
run: compose -f docker-compose.yml -f docker-compose-github.yml -f docker-compose-${{matrix.ruby}}.yml run netsnmp
continue-on-error: ${{ matrix.ruby == 'jruby' || matrix.ruby == 'truffleruby' }}
- name: Upload coverage
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: coverage-report
Expand Down

0 comments on commit a6c10b4

Please sign in to comment.