Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 4.4.1 to 4.4.3 (#368)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 000bc6d commit 89d8333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@604373da6381bf24206979c74d06a550515601b9 # 4.4.1
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 4.4.3
with:
name: wheels-linux-${{ matrix.platform }}
path: dist
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
args: --release -o dist

- name: Upload wheels
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # 4.4.1
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 4.4.3
with:
name: wheels-windows-${{ matrix.python-version }}-${{ matrix.target }}
path: dist
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
args: --release -o dist

- name: Upload wheels
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # 4.4.1
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 4.4.3
with:
name: wheels-macos-${{ matrix.python-version }}-${{ matrix.target }}
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit 89d8333

Please sign in to comment.