Compare commits
1 Commits
fix
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07a2a44883 |
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: Build
|
||||
path: build
|
||||
@@ -92,7 +92,7 @@ jobs:
|
||||
with:
|
||||
java-version: 11
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: Build
|
||||
path: build
|
||||
@@ -149,7 +149,7 @@ jobs:
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v4.1.7
|
||||
with:
|
||||
name: Build
|
||||
path: build
|
||||
|
||||
Reference in New Issue
Block a user