mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #2146 from theupdateframework/dependabot/github_actions/actions/download-artifact-3.0.1
build(deps): bump actions/download-artifact from 3.0.0 to 3.0.1
This commit is contained in:
commit
fce00d85ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
environment: release
|
||||
steps:
|
||||
- name: Fetch build artifacts
|
||||
uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
|
||||
with:
|
||||
name: build-artifacts
|
||||
path: dist
|
||||
|
|
|
|||
Loading…
Reference in a new issue