File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6161 name : go-coverage
6262
6363 - name : Upload test results
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v4
6565 if : always()
6666 with :
6767 name : go-test-results-${{ matrix.go-version }}
@@ -401,7 +401,7 @@ jobs:
401401 safety check || true
402402
403403 - name : Upload security scan results
404- uses : actions/upload-artifact@v3
404+ uses : actions/upload-artifact@v4
405405 if : always()
406406 with :
407407 name : security-test-results
@@ -422,7 +422,7 @@ jobs:
422422
423423 steps :
424424 - name : Download all test artifacts
425- uses : actions/download-artifact@v3
425+ uses : actions/download-artifact@v4
426426
427427 - name : Generate test summary
428428 run : |
@@ -455,7 +455,7 @@ jobs:
455455 });
456456
457457 - name : Upload test summary
458- uses : actions/upload-artifact@v3
458+ uses : actions/upload-artifact@v4
459459 with :
460460 name : test-summary
461461 path : test-summary.md
You can’t perform that action at this time.
0 commit comments