File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
biojava-core/src/test/java/org/biojava/nbio/core/util Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v1
2626 - name : Set up JDK
27- uses : actions/setup-java@v1
27+ uses : actions/setup-java@v3
2828 with :
2929 java-version : ${{ matrix.java }}
3030 - name : Build, test (no integration) and Sonarqube analyse
Original file line number Diff line number Diff line change 2727 steps :
2828 - uses : actions/checkout@v1
2929 - name : Set up JDK
30- uses : actions/setup-java@v1
30+ uses : actions/setup-java@v3
3131 with :
3232 java-version : ${{ matrix.java }}
3333 - name : Build, test and integration test
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ class CreateValidationFiles{
199199
200200 @ Test
201201 void testValidationFiles () throws IOException {
202- URL sourceUrl = new URL ("https://ftp .wwpdb.org/pub/pdb/data/structures/divided/mmCIF/45/145d.cif.gz" );
202+ URL sourceUrl = new URL ("https://files .wwpdb.org/pub/pdb/data/structures/divided/mmCIF/45/145d.cif.gz" );
203203 File destFile = new File (System .getProperty ("java.io.tmpdir" ), "145d.cif.gz" );
204204 File sizeFile = new File (destFile .getParentFile (), destFile .getName ()+".size" );
205205 File hashFile = new File (destFile .getParentFile (), destFile .getName ()+".hash_MD5" );
You can’t perform that action at this time.
0 commit comments