build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 (#198)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>master
parent
e6e1a92294
commit
fd642f4683
|
@ -54,7 +54,7 @@ jobs:
|
|||
args: --release --sdist -o dist -i 3.8 3.9 3.10 3.11 3.12
|
||||
|
||||
- name: Upload wheels
|
||||
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # 4.2.0
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # 4.3.0
|
||||
with:
|
||||
name: wheels
|
||||
path: dist
|
||||
|
@ -84,7 +84,7 @@ jobs:
|
|||
args: --release -o dist
|
||||
|
||||
- name: Upload wheels
|
||||
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # 4.2.0
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # 4.3.0
|
||||
with:
|
||||
name: wheels
|
||||
path: dist
|
||||
|
@ -116,7 +116,7 @@ jobs:
|
|||
args: --release -o dist
|
||||
|
||||
- name: Upload wheels
|
||||
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # 4.2.0
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # 4.3.0
|
||||
with:
|
||||
name: wheels
|
||||
path: dist
|
||||
|
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
||||
# format to the repository Actions tab.
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||
with:
|
||||
name: SARIF file
|
||||
path: results.sarif
|
||||
|
|
Loading…
Reference in New Issue