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 9543504 commit e154723Copy full SHA for e154723
.github/workflows/publish.yml
@@ -56,7 +56,7 @@ jobs:
56
-print -exec cp {} artifacts/ \;
57
echo "Collected artifacts:" && ls -la artifacts || true
58
- name: Upload artifacts to workflow
59
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
60
with:
61
name: maven-artifacts
62
path: artifacts/*
.github/workflows/test.yml
@@ -123,7 +123,7 @@ jobs:
123
diff -u node.out kotlin.out > diff.out || (echo "::error::Differences found between Node and Kotlin outputs. See artifact diff.out"; exit 1)
124
- name: Upload diff artifacts on failure
125
if: failure()
126
127
128
name: comparison-diff
129
path: |
0 commit comments