Skip to content

Commit cd24f48

Browse files
dependabot[bot]sgammon
authored andcommitted
chore(deps): bump actions/upload-artifact from 4.3.1 to 4.4.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5d5d22a...5076954) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8af2b3e commit cd24f48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/module.build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,14 @@ jobs:
149149
max-annotations: "0"
150150
fail-on-error: false
151151
- name: "Artifact: Libraries"
152-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
152+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
153153
continue-on-error: true
154154
with:
155155
name: libraries-jvm
156156
path: |
157157
./subprojects/*/build/libs/*.jar
158158
- name: "Artifact: Reports"
159-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
159+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
160160
continue-on-error: true
161161
with:
162162
name: test-reports-jvm

.github/workflows/module.scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
results_format: sarif
5555
publish_results: true
5656
- name: "Artifacts: SARIF Report"
57-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
57+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
5858
with:
5959
name: "Scorecard SARIF"
6060
path: results.sarif

0 commit comments

Comments
 (0)