diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f5c971ff08..bfa08d5a40 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -55,7 +55,7 @@ jobs: # run: make -C build -j # - name: Unit tests # run: ctest --test-dir build -L TESTLABEL -j 4 -# - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 +# - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 # if: always() # with: # name: log-gcc-${{ env.CXX }} @@ -111,7 +111,7 @@ jobs: run: | . /opt/intel/oneapi/setvars.sh ctest --test-dir build --output-on-failure -L TESTLABEL -j 4 - - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 + - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 if: always() with: name: log-pvc-impi-icpx-${{ matrix.config }} @@ -152,7 +152,7 @@ jobs: # - name: MP unit tests # # run: srun -p cluster scripts/run_command_on_compute_node.sh build/Testing/mptests.outerr.txt ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4 # run: ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4 -# - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 +# - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 # if: always() # with: # name: log-ishmem-impi-icpx-${{ matrix.config }}