Skip to content

Commit 194084b

Browse files
authored
Merge pull request #186 from sandialabs/dependabot/github_actions/github-actions-dependencies-2c6a4f2942
chore(deps): Bump actions/upload-artifact from 4.6.1 to 4.6.2 in the github-actions-dependencies group
2 parents cfb4894 + 123a852 commit 194084b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
working-directory: ./doc
6767

6868
- name: Archive documentation coverage results
69-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
69+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7070
with:
7171
name: docs-coverage-report-${{ matrix.version }}
7272
path: docs-coverage-report-${{ matrix.version }}.txt

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
publish_results: true
4747

4848
- name: "Upload artifact"
49-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
49+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5050
with:
5151
name: SARIF file
5252
path: results.sarif

0 commit comments

Comments
 (0)