Skip to content

Bump actions/upload-artifact from 4.4.3 to 4.5.0 #78

Bump actions/upload-artifact from 4.4.3 to 4.5.0

Bump actions/upload-artifact from 4.4.3 to 4.5.0 #78

Workflow file for this run

---
name: build
on: [push]
jobs:
build-binary:
runs-on: ubuntu-20.04
container: ghcr.io/olcf/greggd/dev-image:8.3_20210513
steps:
- name: Checkout
uses: actions/[email protected]
- name: Build
run: go build -v ./cmd/greggd/
- name: Test
run: go test -v ./...
- name: Save artifact
uses: actions/[email protected]
with:
name: greggd
path: greggd