mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
deps: update actions/download-artifact action to v4
This commit is contained in:
parent
8219005587
commit
20d112783a
4
.github/workflows/draft-release.yml
vendored
4
.github/workflows/draft-release.yml
vendored
@ -347,7 +347,7 @@ jobs:
|
||||
- name: Download provenance
|
||||
# Need to use the same major version as slsa-github-generator to find uploaded artifacts
|
||||
# https://github.com/slsa-framework/slsa-github-generator/issues/3068
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
|
||||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
|
||||
with:
|
||||
name: ${{ needs.provenance.outputs.provenance-name }}
|
||||
|
||||
@ -432,7 +432,7 @@ jobs:
|
||||
- name: Download Constellation provenance
|
||||
# Need to use the same major version as slsa-github-generator to find uploaded artifacts
|
||||
# https://github.com/slsa-framework/slsa-github-generator/issues/3068
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
|
||||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
|
||||
with:
|
||||
name: ${{ needs.provenance.outputs.provenance-name }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user