Skip to content

Commit d53460d

Browse files
Bump actions/upload-artifact from 4 to 5 in the github-actions group (#3105)
1 parent 7bcea9c commit d53460d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/detect-new-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
# Step 11: Upload artifacts for debugging and record-keeping
153153
- name: Capture output artifacts
154154
if: always()
155-
uses: actions/upload-artifact@v4
155+
uses: actions/upload-artifact@v5
156156
with:
157157
name: data-detection-${{ github.run_id }}
158158
path: |

.github/workflows/detect-new-tokens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
# Capture output artifacts (always runs, even if previous steps failed)
161161
- name: Capture output files
162162
if: always()
163-
uses: actions/upload-artifact@v4
163+
uses: actions/upload-artifact@v5
164164
with:
165165
name: token-detection-artifacts-${{ github.run_id }}
166166
path: |

.github/workflows/test.yml

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

241241
- name: Upload Test Coverage
242242
if: always()
243-
uses: actions/upload-artifact@v4
243+
uses: actions/upload-artifact@v5
244244
with:
245245
name: coverage-report-node-${{ matrix.node-version }}
246246
path: coverage/

0 commit comments

Comments
 (0)