Skip to content

Commit 31e7e66

Browse files
Update actions/upload-artifact action to v4.4.2 (#2665)
| datasource | package | from | to | | ----------- | ----------------------- | ------ | ------ | | github-tags | actions/upload-artifact | v4.4.1 | v4.4.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 30bdeb3 commit 31e7e66

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
if: always()
179179

180180
- name: Upload Scan Results
181-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
181+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
182182
continue-on-error: true
183183
with:
184184
name: scan-results-${{ inputs.image }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
token: ${{ secrets.CODECOV_TOKEN }}
9999

100100
- name: Upload Coverage Report
101-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
101+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
102102
with:
103103
name: cover-${{ github.run_id }}.html
104104
path: ${{ github.workspace }}/cover.html

.github/workflows/nfr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
fi
130130
131131
- name: Upload Artifacts
132-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
132+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
133133
with:
134134
name: results-${{ matrix.type }}
135135
path: tests/results/**/*-${{ matrix.type }}.*

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5353
# format to the repository Actions tab.
5454
- name: "Upload artifact"
55-
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
55+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
5656
with:
5757
name: SARIF file
5858
path: results.sarif

0 commit comments

Comments
 (0)