Skip to content

Commit 64be405

Browse files
authored
Merge pull request quickwit-oss#35 from Kapiche/dependabot/github_actions/actions/upload-artifact-3.1.2
build(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2
2 parents 19bd343 + 1bb8959 commit 64be405

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
args: --release --sdist -o dist --find-interpreter
6363

6464
- name: Upload wheels
65-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # 3.1.0
65+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # 3.1.2
6666
with:
6767
name: wheels
6868
path: dist
@@ -96,7 +96,7 @@ jobs:
9696
args: --release -o dist
9797

9898
- name: Upload wheels
99-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # 3.1.0
99+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # 3.1.2
100100
with:
101101
name: wheels
102102
path: dist
@@ -131,7 +131,7 @@ jobs:
131131
args: --release -o dist --universal2
132132

133133
- name: Upload wheels
134-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # 3.1.0
134+
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # 3.1.2
135135
with:
136136
name: wheels
137137
path: dist

0 commit comments

Comments
 (0)