diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 2dafc8a..fa85432 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -14,7 +14,7 @@ jobs: name: Standard steps: - - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 + - uses: actions/checkout@v3 - name: Install dependencies run: sudo apt-get install emacs autoconf libhdf5-dev @@ -43,7 +43,7 @@ jobs: - name: Archive test log file if: failure() - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 + uses: actions/upload-artifact@v4 with: name: test-report-ubuntu path: test-suite.log @@ -75,7 +75,7 @@ jobs: name: Debug steps: - - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 + - uses: actions/checkout@v3 - name: Install dependencies run: sudo apt-get install emacs autoconf libhdf5-dev @@ -103,7 +103,7 @@ jobs: - name: Archive test log file if: failure() - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 + uses: actions/upload-artifact@v4 with: name: test-report-ubuntu-debug path: _build_debug/test-suite.log @@ -114,7 +114,7 @@ jobs: name: HPC steps: - - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 + - uses: actions/checkout@v3 - name: Install dependencies run: sudo apt-get install emacs autoconf libhdf5-dev @@ -142,18 +142,18 @@ jobs: - name: Archive test log file if: failure() - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 + uses: actions/upload-artifact@v4 with: name: test-report-ubuntu-debug path: _build_hpc/test-suite.log macos: - runs-on: macos-12 - name: x86 MacOS 12 + runs-on: macos-14 + name: x86 MacOS 14 steps: - - uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 + - uses: actions/checkout@v3 - name: Install dependencies run: | @@ -187,7 +187,7 @@ jobs: - name: Archive test log file if: failure() - uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 + uses: actions/upload-artifact@v4 with: name: test-report-macos-x86 path: _build_hpc/test-suite.log