File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments