build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.1 (#366)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>master
parent
ccbc511589
commit
0ffafec750
|
@ -60,7 +60,7 @@ jobs:
|
||||||
args: --release --sdist -o dist -i 3.8 3.9 3.10 3.11 3.12
|
args: --release --sdist -o dist -i 3.8 3.9 3.10 3.11 3.12
|
||||||
|
|
||||||
- name: Upload wheels
|
- name: Upload wheels
|
||||||
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # 4.4.0
|
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # 4.4.1
|
||||||
with:
|
with:
|
||||||
name: wheels-linux-${{ matrix.platform }}
|
name: wheels-linux-${{ matrix.platform }}
|
||||||
path: dist
|
path: dist
|
||||||
|
@ -94,7 +94,7 @@ jobs:
|
||||||
args: --release -o dist
|
args: --release -o dist
|
||||||
|
|
||||||
- name: Upload wheels
|
- name: Upload wheels
|
||||||
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # 4.4.0
|
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # 4.4.1
|
||||||
with:
|
with:
|
||||||
name: wheels-windows-${{ matrix.python-version }}-${{ matrix.target }}
|
name: wheels-windows-${{ matrix.python-version }}-${{ matrix.target }}
|
||||||
path: dist
|
path: dist
|
||||||
|
@ -130,7 +130,7 @@ jobs:
|
||||||
args: --release -o dist
|
args: --release -o dist
|
||||||
|
|
||||||
- name: Upload wheels
|
- name: Upload wheels
|
||||||
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # 4.4.0
|
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # 4.4.1
|
||||||
with:
|
with:
|
||||||
name: wheels-macos-${{ matrix.python-version }}-${{ matrix.target }}
|
name: wheels-macos-${{ matrix.python-version }}-${{ matrix.target }}
|
||||||
path: dist
|
path: dist
|
||||||
|
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
||||||
# format to the repository Actions tab.
|
# format to the repository Actions tab.
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
|
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
|
||||||
with:
|
with:
|
||||||
name: SARIF file
|
name: SARIF file
|
||||||
path: results.sarif
|
path: results.sarif
|
||||||
|
|
Loading…
Reference in New Issue