Skip to content

chore(deps): Bump actions/download-artifact from 4.3.0 to 8.0.0 #524

chore(deps): Bump actions/download-artifact from 4.3.0 to 8.0.0

chore(deps): Bump actions/download-artifact from 4.3.0 to 8.0.0 #524

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@11bd71901bbe5b1630ceea73d27597364c9af683
- name: License finder run
run: |
license_finder approvals add awesome_gpl_gem
license_finder > ./license-finder-report
- name: Upload artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: scan-license-finder-report
path: ./license-finder-report
- name: Artifact download
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
with:
name: scan-license-finder-report