Skip to content

Commit 63bb4b7

Browse files
committed
Upgrade from Node 20 actions #291
Fixes #291
1 parent 575edc7 commit 63bb4b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/verify.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
env:
9595
DISPLAY: :1
9696
steps:
97-
- uses: actions/checkout@v4
98-
- uses: actions/cache@v4
97+
- uses: actions/checkout@v6
98+
- uses: actions/cache@v5
9999
with:
100100
key: m2repository
101101
path: |
@@ -106,7 +106,7 @@ jobs:
106106
run: ./build.sh -Decl-platform-repository=https://download.eclipse.org/releases/2025-12 -DforceContextQualifier=`date '+%Y%m%d%H%M'` -DbuildUrl=file://`pwd` --errors --batch-mode --no-transfer-progress
107107
- name: Archive results
108108
if: always()
109-
uses: actions/upload-artifact@v4
109+
uses: actions/upload-artifact@v7
110110
with:
111111
if-no-files-found: error
112112
name: test_latest_results
@@ -117,7 +117,7 @@ jobs:
117117
**/target/work/**/*.ini
118118
**/*.hrpof
119119
- name: Publish Test Report
120-
uses: mikepenz/action-junit-report@v5
120+
uses: mikepenz/action-junit-report@v6
121121
if: always() # always run even if the previous step fails
122122
with:
123123
report_paths: '**/target/*-reports/*.xml'

0 commit comments

Comments
 (0)