Skip to content

Bump actions/upload-artifact from 3 to 4 #102

Bump actions/upload-artifact from 3 to 4

Bump actions/upload-artifact from 3 to 4 #102

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
tags: [ 'v*' ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Test
run: cargo test