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 a4a4dc3 commit 3c372faCopy full SHA for 3c372fa
.github/workflows/build.yml
@@ -88,7 +88,7 @@ jobs:
88
echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
89
echo "push=${{ (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') && github.repository_owner == 'vlingo' }}" >> $GITHUB_OUTPUT
90
91
- - uses: actions/download-artifact@v4.1.7
+ - uses: actions/download-artifact@v3
92
with:
93
name: JARs
94
path: target/
0 commit comments