Skip to content

Commit 9c7393e

Browse files
chore(deps): bump actions/upload-artifact from 5.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73dcb8a commit 9c7393e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# do not copy the generated simple-index/ folder.
138138
- name: Upload the package artifact for debugging and release
139139
if: matrix.os == env.ARTIFACT_OS && matrix.python == env.ARTIFACT_PYTHON
140-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
140+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
141141
with:
142142
name: artifact-${{ matrix.os }}-python-${{ matrix.python }}
143143
path: |

.github/workflows/scorecards-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# Upload the results as artifacts (optional).
5454
- name: Upload artifact
55-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
55+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5656
with:
5757
name: SARIF file
5858
path: results.sarif

0 commit comments

Comments
 (0)