Skip to content

Bump actions/upload-artifact from 3.1.3 to 4.4.3 #108

Bump actions/upload-artifact from 3.1.3 to 4.4.3

Bump actions/upload-artifact from 3.1.3 to 4.4.3 #108

Workflow file for this run

name: "Test"
on:
pull_request:
types:
- opened
- reopened
- synchronize
permissions:
contents: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@v2
with:
egress-policy: audit
- uses: actions/checkout@v4
- uses: ./
with:
name: "new-json-file.json"
json: '{"name":"user", "password":"mypass"}'