Skip to content

Commit 5bb9459

Browse files
chore(deps): update actions/upload-artifact action to v4.6.2
1 parent 673ba5d commit 5bb9459

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/_audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: make audit
3636

3737
- name: Upload audit results
38-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
38+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3939
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
4040
with:
4141
name: audit-results

.github/workflows/_scheduled-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
exit $EXIT_CODE
7979
8080
- name: Upload test results
81-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
81+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8282
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
8383
with:
8484
name: test-results-scheduled

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
exit $EXIT_CODE
136136
137137
- name: Upload test results
138-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
138+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
139139
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
140140
with:
141141
name: test-results

0 commit comments

Comments
 (0)