Skip to content

Commit 7c0c6c4

Browse files
Bump actions/upload-artifact from 4.6.1 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e34398 commit 7c0c6c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# run: make -C build -j
5656
# - name: Unit tests
5757
# run: ctest --test-dir build -L TESTLABEL -j 4
58-
# - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
58+
# - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5959
# if: always()
6060
# with:
6161
# name: log-gcc-${{ env.CXX }}
@@ -111,7 +111,7 @@ jobs:
111111
run: |
112112
. /opt/intel/oneapi/setvars.sh
113113
ctest --test-dir build --output-on-failure -L TESTLABEL -j 4
114-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
114+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
115115
if: always()
116116
with:
117117
name: log-pvc-impi-icpx-${{ matrix.config }}
@@ -152,7 +152,7 @@ jobs:
152152
# - name: MP unit tests
153153
# # 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
154154
# run: ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4
155-
# - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
155+
# - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
156156
# if: always()
157157
# with:
158158
# name: log-ishmem-impi-icpx-${{ matrix.config }}

0 commit comments

Comments
 (0)