build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 (#126)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>master
parent
76512f859b
commit
d3064ccede
|
@ -52,7 +52,7 @@ jobs:
|
|||
args: --release --sdist -o dist -i 3.8 3.9 3.10 3.11
|
||||
|
||||
- name: Upload wheels
|
||||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # 3.1.2
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # 3.1.3
|
||||
with:
|
||||
name: wheels
|
||||
path: dist
|
||||
|
@ -82,7 +82,7 @@ jobs:
|
|||
args: --release -o dist
|
||||
|
||||
- name: Upload wheels
|
||||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # 3.1.2
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # 3.1.3
|
||||
with:
|
||||
name: wheels
|
||||
path: dist
|
||||
|
@ -121,7 +121,7 @@ jobs:
|
|||
args: --release -o dist --universal2
|
||||
|
||||
- name: Upload wheels
|
||||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # 3.1.2
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # 3.1.3
|
||||
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@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
|
||||
with:
|
||||
name: SARIF file
|
||||
path: results.sarif
|
||||
|
|
Loading…
Reference in New Issue