build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 (#187)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>master
parent
98d3419978
commit
d901a24d3b
|
@ -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@c7d193f32edcb7bfad88892161225aeda64e9392 # 4.0.0
|
||||
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # 4.1.0
|
||||
with:
|
||||
name: wheels
|
||||
path: dist
|
||||
|
@ -84,7 +84,7 @@ jobs:
|
|||
args: --release -o dist
|
||||
|
||||
- name: Upload wheels
|
||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # 4.0.0
|
||||
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # 4.1.0
|
||||
with:
|
||||
name: wheels
|
||||
path: dist
|
||||
|
@ -116,7 +116,7 @@ jobs:
|
|||
args: --release -o dist
|
||||
|
||||
- name: Upload wheels
|
||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # 4.0.0
|
||||
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # 4.1.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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
|
||||
with:
|
||||
name: SARIF file
|
||||
path: results.sarif
|
||||
|
|
Loading…
Reference in New Issue