Skip to content

Commit fd642f4

Browse files
build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 (#198)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6e1a92 commit fd642f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # 4.2.0
57+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # 4.3.0
5858
with:
5959
name: wheels
6060
path: dist
@@ -84,7 +84,7 @@ jobs:
8484
args: --release -o dist
8585

8686
- name: Upload wheels
87-
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # 4.2.0
87+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # 4.3.0
8888
with:
8989
name: wheels
9090
path: dist
@@ -116,7 +116,7 @@ jobs:
116116
args: --release -o dist
117117

118118
- name: Upload wheels
119-
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # 4.2.0
119+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # 4.3.0
120120
with:
121121
name: wheels
122122
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@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
59+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
6060
with:
6161
name: SARIF file
6262
path: results.sarif

0 commit comments

Comments
 (0)