Skip to content

Bump actions/upload-artifact from 3.1.3 to 4.4.1 #198

Bump actions/upload-artifact from 3.1.3 to 4.4.1

Bump actions/upload-artifact from 3.1.3 to 4.4.1 #198

Workflow file for this run

name: Test
on:
pull_request:
push:
jobs:
yq-example:
name: YQ example!
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@v2
with:
egress-policy: audit
- uses: actions/checkout@v4
- uses: ./
- name: "Show folks how to run YQ"
run: |
yq --help