Skip to content

Commit 9803915

Browse files
committed
Upgraded Github Action's upload artifact
1 parent 79c0578 commit 9803915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
--info
6060
env:
6161
VAULT_VERSION: ${{ matrix.vault }}
62-
- uses: actions/upload-artifact@v3 # upload test results
62+
- uses: actions/upload-artifact@v4 # upload test results
6363
if: success() || failure() # run this step even if previous step failed
6464
with:
6565
name: test-results

0 commit comments

Comments
 (0)