Skip to content

Commit 06638bd

Browse files
authored
Fixed wrong teamscale-upload version number
1 parent b6fa2a5 commit 06638bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: ./gradlew build --max-workers=2
8484
- name: Upload coverage to Teamscale
8585
if: always() && github.event_name == 'push'
86-
uses: cqse/teamscale-upload-action@v9.2.1
86+
uses: cqse/teamscale-upload-action@v2.10.0
8787
with:
8888
server: 'https://cqse.teamscale.io'
8989
project: 'teamscale-jacoco-agent'

0 commit comments

Comments
 (0)