build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 (#309)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>master
parent
46d8021897
commit
e9356435e1
|
@ -60,7 +60,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@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
|
||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # 4.3.4
|
||||
with:
|
||||
name: wheels-linux-${{ matrix.platform }}
|
||||
path: dist
|
||||
|
@ -94,7 +94,7 @@ jobs:
|
|||
args: --release -o dist
|
||||
|
||||
- name: Upload wheels
|
||||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
|
||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # 4.3.4
|
||||
with:
|
||||
name: wheels-windows-${{ matrix.python-version }}-${{ matrix.target }}
|
||||
path: dist
|
||||
|
@ -130,7 +130,7 @@ jobs:
|
|||
args: --release -o dist
|
||||
|
||||
- name: Upload wheels
|
||||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # 4.3.3
|
||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # 4.3.4
|
||||
with:
|
||||
name: wheels-macos-${{ matrix.python-version }}-${{ matrix.target }}
|
||||
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
||||
with:
|
||||
name: SARIF file
|
||||
path: results.sarif
|
||||
|
|
Loading…
Reference in New Issue