mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #2717 from theupdateframework/dependabot/github_actions/action-dependencies-a1cff6d793
build(deps): bump actions/upload-artifact from 4.4.1 to 4.4.3 in the action-dependencies group
This commit is contained in:
commit
2b4aa2e3c9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
awk "/## $GITHUB_REF_NAME/{flag=1; next} /## v/{flag=0} flag" docs/CHANGELOG.md > changelog
|
||||
|
||||
- name: Store build artifacts
|
||||
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
|
||||
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
|
||||
with:
|
||||
name: build-artifacts
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue