Skip to content

Commit ec30704

Browse files
Bump actions/upload-artifact from 4.3.4 to 4.3.6 (#821)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@0b2256b...834a144) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa318b6 commit ec30704

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/onedpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run SP tests
3434
run: ctest --test-dir dr/build -L SP -j 4
3535
# srun -p cluster dr/scripts/run_command_on_compute_node.sh dr/build/Testing/tests.outerr.txt ctest --test-dir dr/build -L TESTLABEL -j 4
36-
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
36+
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
3737
if: always()
3838
with:
3939
name: log-pvc-impi-icpx

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
58+
# - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
5959
# if: always()
6060
# with:
6161
# name: log-gcc-${{ env.CXX }}
@@ -94,7 +94,7 @@ jobs:
9494
- name: Unit tests
9595
# run: srun -p cluster scripts/run_command_on_compute_node.sh build/Testing/tests.outerr.txt ctest --test-dir build -L TESTLABEL -j 4
9696
run: ctest --test-dir build -L TESTLABEL -j 4
97-
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
97+
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
9898
if: always()
9999
with:
100100
name: log-pvc-impi-icpx-${{ matrix.config }}
@@ -135,7 +135,7 @@ jobs:
135135
# - name: MP unit tests
136136
# # 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
137137
# run: ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4
138-
# - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
138+
# - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
139139
# if: always()
140140
# with:
141141
# name: log-ishmem-impi-icpx-${{ matrix.config }}

0 commit comments

Comments
 (0)