3232 image : ghcr.io/ietf-tools/datatracker-devblobstore:latest
3333
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v6
3636
3737 - name : Prepare for tests
3838 run : |
6868 coverage xml
6969
7070 - name : Upload geckodriver.log
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v7
7272 if : ${{ failure() }}
7373 with :
7474 name : geckodriverlog
8787 mv latest-coverage.json coverage.json
8888
8989 - name : Upload Coverage Results as Build Artifact
90- uses : actions/upload-artifact@v4
90+ uses : actions/upload-artifact@v7
9191 if : ${{ always() }}
9292 with :
9393 name : coverage
@@ -102,7 +102,7 @@ jobs:
102102 project : [chromium, firefox]
103103
104104 steps :
105- - uses : actions/checkout@v4
105+ - uses : actions/checkout@v6
106106
107107 - uses : actions/setup-node@v6
108108 with :
@@ -121,7 +121,7 @@ jobs:
121121 npx playwright test --project=${{ matrix.project }}
122122
123123 - name : Upload Report
124- uses : actions/upload-artifact@v4
124+ uses : actions/upload-artifact@v7
125125 if : ${{ always() }}
126126 continue-on-error : true
127127 with :
@@ -143,7 +143,7 @@ jobs:
143143 image : ghcr.io/ietf-tools/datatracker-db:latest
144144
145145 steps :
146- - uses : actions/checkout@v4
146+ - uses : actions/checkout@v6
147147
148148 - name : Prepare for tests
149149 run : |
@@ -180,7 +180,7 @@ jobs:
180180 npx playwright test --project=${{ matrix.project }} -c playwright-legacy.config.js
181181
182182 - name : Upload Report
183- uses : actions/upload-artifact@v4
183+ uses : actions/upload-artifact@v7
184184 if : ${{ always() }}
185185 continue-on-error : true
186186 with :
0 commit comments