Skip to content

chore(deps): bump actions/upload-artifact from 3.1.0 to 4.4.0 #1698

chore(deps): bump actions/upload-artifact from 3.1.0 to 4.4.0

chore(deps): bump actions/upload-artifact from 3.1.0 to 4.4.0 #1698

Workflow file for this run

on: pull_request
name: Build
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Build Container
run: make docker
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}