@@ -144,7 +144,7 @@ jobs:
144
144
145
145
# Check for any typos
146
146
- name : Check for typos
147
- uses : crate-ci/typos@v1.16.24
147
+ uses : crate-ci/typos@v1.16.25
148
148
with :
149
149
config : .github/workflows/typos.toml
150
150
@@ -478,15 +478,15 @@ jobs:
478
478
479
479
- name : Upload Playwright Failed Tests
480
480
if : always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
481
- uses : actions/upload-artifact@v3
481
+ uses : actions/upload-artifact@v4
482
482
with :
483
483
name : failed-test-videos
484
484
path : ./site/test-results/**/*.webm
485
485
retention-days : 7
486
486
487
487
- name : Upload pprof dumps
488
488
if : always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
489
- uses : actions/upload-artifact@v3
489
+ uses : actions/upload-artifact@v4
490
490
with :
491
491
name : debug-pprof-dumps
492
492
path : ./site/test-results/**/debug-pprof-*.txt
@@ -734,7 +734,7 @@ jobs:
734
734
prune-untagged : true
735
735
736
736
- name : Upload build artifacts
737
- uses : actions/upload-artifact@v3
737
+ uses : actions/upload-artifact@v4
738
738
with :
739
739
name : coder
740
740
path : |
@@ -853,7 +853,7 @@ jobs:
853
853
uses : google-github-actions/setup-gcloud@v2
854
854
855
855
- name : Download build artifacts
856
- uses : actions/download-artifact@v3
856
+ uses : actions/download-artifact@v4
857
857
with :
858
858
name : coder
859
859
path : ./build
0 commit comments