We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa9d81 commit 170bf24Copy full SHA for 170bf24
action.yml
@@ -149,7 +149,7 @@ outputs:
149
150
runs:
151
using: 'docker'
152
- image: 'docker://ghcr.io/enricomi/publish-unit-test-result-action:v2.17.1'
+ image: 'docker://ghcr.io/enricomi/publish-unit-test-result-action:v2.18.0'
153
154
branding:
155
icon: 'check-circle'
python/publish/__init__.py
@@ -11,7 +11,7 @@
11
UnitTestRunDeltaResults, UnitTestRunResultsOrDeltaResults, ParseError
12
13
# keep the version in sync with action.yml
14
-__version__ = 'v2.17.1'
+__version__ = 'v2.18.0'
15
16
logger = logging.getLogger('publish')
17
digest_prefix = '[test-results]:data:'
0 commit comments