@@ -1,3 +1,3 @@ | |||
| 1 | 1 | #!/bin/sh | |
| 2 | - curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-build.sh | ||
| 2 | + curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main/ci-build.sh | ||
| 3 | 3 | sh ci-build.sh | |
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | #!/bin/sh | |
| 2 | - curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-setup-github-actions.sh | ||
| 2 | + curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main/ci-setup-github-actions.sh | ||
| 3 | 3 | sh ci-setup-github-actions.sh | |
| 4 | 4 | ||
| 5 | 5 | # Let the Linux build handle artifact deployment. | |
@@ -19,9 +19,9 @@ jobs: | |||
| 19 | 19 | os: [ubuntu-latest, windows-latest, macos-latest] | |
| 20 | 20 | ||
| 21 | 21 | steps: | |
| 22 | - - uses: actions/checkout@v2 | ||
| 22 | + - uses: actions/checkout@v4 | ||
| 23 | 23 | - name: Set up Java | |
| 24 | - uses: actions/setup-java@v3 | ||
| 24 | + uses: actions/setup-java@v4 | ||
| 25 | 25 | with: | |
| 26 | 26 | java-version: '8' | |
| 27 | 27 | distribution: 'zulu' | |
@@ -37,6 +37,6 @@ jobs: | |||
| 37 | 37 | GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} | |
| 38 | 38 | MAVEN_USER: ${{ secrets.MAVEN_USER }} | |
| 39 | 39 | MAVEN_PASS: ${{ secrets.MAVEN_PASS }} | |
| 40 | - OSSRH_USER: ${{ secrets.OSSRH_USER }} | ||
| 41 | - OSSRH_PASS: ${{ secrets.OSSRH_PASS }} | ||
| 40 | + CENTRAL_USER: ${{ secrets.CENTRAL_USER }} | ||
| 41 | + CENTRAL_PASS: ${{ secrets.CENTRAL_PASS }} | ||
| 42 | 42 | SIGNING_ASC: ${{ secrets.SIGNING_ASC }} | |
0 commit comments