Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #48

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #48

Workflow file for this run

name: Run Tests
on:
push:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v1
with:
java-version: 13
- name: Run Maven tests
run: mvn test