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:
Jussi Kukkonen 2023-09-07 16:02:03 +03:00 committed by GitHub
commit e87a3d0fbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.