Skip to content

Bump actions/upload-artifact from 4.3.6 to 4.4.0 #159

Bump actions/upload-artifact from 4.3.6 to 4.4.0

Bump actions/upload-artifact from 4.3.6 to 4.4.0 #159

Workflow file for this run

name: Unit Test Workflow
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
run_tests_and_cov:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04,Debian-12]
ruby: ['3.1.6','3.2.4','3.3.3']
name: "OS: ${{ matrix.os }} - RUBY: ${{ matrix.ruby }}"
uses: ./.github/workflows/test_cov_worker.yaml
with:
OS: ${{ matrix.os }}
RUBY: ${{ matrix.ruby }}
BUNDLE_GEMFILE: test/Gemfile
secrets: inherit