File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 run : PIP_CONSTRAINT=requirements/build.txt python3 -m build --sdist --wheel --outdir dist/ .
3535
3636 - name : Store build artifacts
37- uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
37+ uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
3838 # NOTE: The GitHub release page contains the release artifacts too, but using
3939 # GitHub upload/download actions seems robuster: there is no need to compute
4040 # download URLs and tampering with artifacts between jobs is more limited.
Original file line number Diff line number Diff line change 1818 - name : ' Checkout Repository'
1919 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2020 - name : ' Dependency Review'
21- uses : actions/dependency-review-action@v3 # unpinned since this is not security critical
21+ uses : actions/dependency-review-action@v4 # unpinned since this is not security critical
You can’t perform that action at this time.
0 commit comments