Skip to content

Commit 7b00e08

Browse files
Update all dependencies
1 parent 29458e8 commit 7b00e08

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/doctoc.yml

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

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Run doctoc on README
1919
run: npx doctoc README.md

.github/workflows/shared-build-and-publish-docker-image.yml

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

115115
- name: Download artifacts
116116
if: ${{ inputs.artifact-id }}
117-
uses: actions/download-artifact@v5
117+
uses: actions/download-artifact@v6
118118
with:
119119
artifact-ids: ${{ inputs.artifact-id }}
120120
path: ${{ inputs.artifact-path }}

.github/workflows/shared-run-e2e.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
cat ${{ github.workspace }}/durations.out.json
232232
233233
- name: Upload test durations
234-
uses: actions/upload-artifact@v4
234+
uses: actions/upload-artifact@v5
235235
with:
236236
name: "e2e-test-durations-${{ strategy.job-index }}"
237237
path: ${{ github.workspace }}/durations.out.json
@@ -247,7 +247,7 @@ jobs:
247247
- name: Upload test reports as an artifact
248248
# Should be run especially when tests fail
249249
if: always()
250-
uses: actions/upload-artifact@v4
250+
uses: actions/upload-artifact@v5
251251
with:
252252
name: cypress-test-results-${{ strategy.job-index }}
253253
path: ${{ github.workspace }}/ctrf-report.json
@@ -273,7 +273,7 @@ jobs:
273273
274274
- name: Upload test reports as an artifact
275275
if: always() && steps.copy_test_reports.outputs.test_reports_exist == 'true'
276-
uses: actions/upload-artifact@v4
276+
uses: actions/upload-artifact@v5
277277
with:
278278
name: cypress-docker-reports-${{ strategy.job-index }}
279279
path: ${{ github.workspace }}/test-reports
@@ -285,14 +285,14 @@ jobs:
285285
- run_e2e_tests
286286
steps:
287287
- name: Download E2E Test Results
288-
uses: actions/download-artifact@v4
288+
uses: actions/download-artifact@v6
289289
continue-on-error: true
290290
with:
291291
pattern: cypress-test-results-*
292292
path: ${{ github.workspace }}/ctrf
293293

294294
- name: Publish Test Report
295-
uses: ctrf-io/github-test-reporter@27b97adba93f02142c573c8a710045cac0d874ae # v1.0.14
295+
uses: ctrf-io/github-test-reporter@024bc4b64d997ca9da86833c6b9548c55c620e40 # v1.0.26
296296
with:
297297
report-path: 'ctrf/*/*.json'
298298
summary-report: true
@@ -309,15 +309,15 @@ jobs:
309309
- run_e2e_tests
310310
steps:
311311
- name: Checkout
312-
uses: actions/checkout@v4
312+
uses: actions/checkout@v5
313313
with:
314314
fetch-depth: 0
315315
repository: 'HSLdevcom/jore4-ci-data'
316316
ref: e2e-test-durations
317317
ssh-key: ${{ secrets.jore4_ci_data_repo_ssh_key }}
318318

319319
- name: Download E2E Test Durations
320-
uses: actions/download-artifact@v4
320+
uses: actions/download-artifact@v6
321321
with:
322322
pattern: e2e-test-durations-*
323323
path: ${{ github.workspace }}/split-durations

.github/workflows/test-healthcheck-action.yml

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

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Startup sample HTTP server
1919
run: docker run -d -p 8080:80 nginxdemos/hello

.github/workflows/test-setup-e2e-environment-action.yml

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

5656
steps:
5757
- name: Checkout code
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v5
5959

6060
- name: Create a temporary custom docker compose file for testing
6161
run: |

github-actions/setup-e2e-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ runs:
114114
115115
- name: Download docker-compose bundle from GHA artifact
116116
if: ${{ inputs.docker_compose_bundle_gha_artifact }}
117-
uses: actions/download-artifact@v4
117+
uses: actions/download-artifact@v6
118118
with:
119119
name: jore4-docker-compose-bundle
120120
path: ${{ github.workspace }}/docker

0 commit comments

Comments
 (0)