Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to 604373d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 3e939d6 commit 9fda3ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
run: syft ${{ steps.rockcraft.outputs.rock }} -o spdx-json=${{ steps.name.outputs.name }}.sbom.json

- name: Upload SBOM
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
with:
name: ${{ steps.name.outputs.name }}-sbom
path: "${{ steps.name.outputs.name }}.sbom.json"

- uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4
- uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4
with:
name: rock
path: ${{ steps.rockcraft.outputs.rock }}

0 comments on commit 9fda3ed

Please sign in to comment.