Merge pull request #1522 from shirou/dependabot/github_actions/actions/upload-artifact-3.1.3

chore(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3
pull/1523/head
shirou 2 years ago committed by GitHub
commit de26169f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ jobs:
id: sbom
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
path: ${{steps.sbom.outputs.fileName }}
name: "SBOM"

Loading…
Cancel
Save