Skip to content

Commit e899420

Browse files
build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 (quickwit-oss#206)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46bceb7 commit e899420

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
args: --release --sdist -o dist -i 3.8 3.9 3.10 3.11 3.12
5555

5656
- name: Upload wheels
57-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # 4.3.1
57+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # 4.3.2
5858
with:
5959
name: wheels-${{ matrix.platform }}
6060
path: dist
@@ -86,7 +86,7 @@ jobs:
8686
args: --release -o dist
8787

8888
- name: Upload wheels
89-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # 4.3.1
89+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # 4.3.2
9090
with:
9191
name: wheels-${{ matrix.target }}
9292
path: dist

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5757
# format to the repository Actions tab.
5858
- name: "Upload artifact"
59-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
59+
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
6060
with:
6161
name: SARIF file
6262
path: results.sarif

0 commit comments

Comments
 (0)