mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #2459 from theupdateframework/dependabot/github_actions/actions/upload-artifact-3.1.3
build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3
This commit is contained in:
commit
e87a3d0fbc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
run: python3 -m build --sdist --wheel --outdir dist/ .
|
||||
|
||||
- name: Store build artifacts
|
||||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||
# NOTE: The GitHub release page contains the release artifacts too, but using
|
||||
# GitHub upload/download actions seems robuster: there is no need to compute
|
||||
# download URLs and tampering with artifacts between jobs is more limited.
|
||||
|
|
|
|||
Loading…
Reference in a new issue