Skip to content

Bump org.mockito:mockito-core from 5.15.2 to 5.16.0 (#54) #144

Bump org.mockito:mockito-core from 5.15.2 to 5.16.0 (#54)

Bump org.mockito:mockito-core from 5.15.2 to 5.16.0 (#54) #144

Workflow file for this run

# This workflow generates a couple of artifacts that we use for testing
name: artifacts
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Generate test artifact alpha
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: artifact_alpha
path: 'model/src/main/resources/artifact_alpha'
- name: Generate test artifact beta
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: artifact_beta
path: 'model/src/main/resources/artifact_beta'