Skip to content

Commit

Permalink
chore: bump actions/download-artifact from 4.1.4 to 4.1.7 (#775)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent 1cc3322 commit a760de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,23 +420,23 @@ jobs:
- name: Download changelog
if: ${{ success() && !cancelled() }}
id: download-changelog
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: changelog
path: ${{ env.ARTIFACTS_RAW_DIR }}/changelog/

- name: Download python3 wheel
if: ${{ success() && !cancelled() }}
id: download-wheel
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
name: py3-wheel
path: ${{ env.ARTIFACTS_PACKAGED_DIR }}/

- name: Download provenance file
if: ${{ success() && !cancelled() }}
id: download-provenance
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
pattern: '*.intoto.jsonl'
path: ${{ env.ARTIFACTS_SLSA_DIR }}/
Expand Down

0 comments on commit a760de7

Please sign in to comment.