Skip to content

Bump actions/download-artifact from 3.0.2 to 4.1.0 #167

Bump actions/download-artifact from 3.0.2 to 4.1.0

Bump actions/download-artifact from 3.0.2 to 4.1.0 #167

Workflow file for this run

name: License Finder
on: [push, pull_request]
permissions:
contents: read
jobs:
license_finder:
runs-on: ubuntu-latest
container:
image: gianlucadb0/license_finder
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: License finder run
run: |
license_finder approvals add awesome_gpl_gem
license_finder > ./license-finder-report
- name: Upload artifact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: scan-license-finder-report
path: ./license-finder-report
- name: Artifact download
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110
with:
name: scan-license-finder-report