Skip to content

Commit 89d8333

Browse files
build(deps): bump actions/upload-artifact from 4.4.1 to 4.4.3 (#368)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 000bc6d commit 89d8333

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
@@ -60,7 +60,7 @@ jobs:
6060
args: --release --sdist -o dist -i 3.8 3.9 3.10 3.11 3.12
6161

6262
- name: Upload wheels
63-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # 4.4.1
63+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 4.4.3
6464
with:
6565
name: wheels-linux-${{ matrix.platform }}
6666
path: dist
@@ -94,7 +94,7 @@ jobs:
9494
args: --release -o dist
9595

9696
- name: Upload wheels
97-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # 4.4.1
97+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 4.4.3
9898
with:
9999
name: wheels-windows-${{ matrix.python-version }}-${{ matrix.target }}
100100
path: dist
@@ -130,7 +130,7 @@ jobs:
130130
args: --release -o dist
131131

132132
- name: Upload wheels
133-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # 4.4.1
133+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 4.4.3
134134
with:
135135
name: wheels-macos-${{ matrix.python-version }}-${{ matrix.target }}
136136
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
59+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
6060
with:
6161
name: SARIF file
6262
path: results.sarif

0 commit comments

Comments
 (0)