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 79c0578 commit 9803915Copy full SHA for 9803915
.github/workflows/gradle.yml
@@ -59,7 +59,7 @@ jobs:
59
--info
60
env:
61
VAULT_VERSION: ${{ matrix.vault }}
62
- - uses: actions/upload-artifact@v3 # upload test results
+ - uses: actions/upload-artifact@v4 # upload test results
63
if: success() || failure() # run this step even if previous step failed
64
with:
65
name: test-results
0 commit comments