8000 Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#784) · oneapi-src/distributed-ranges@019c41d · GitHub
[go: up one dir, main page]

Skip to content

Commit 019c41d

Browse files
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#784)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6546280...0b2256b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cae969 commit 019c41d

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
@@ -39,7 +39,7 @@ jobs:
3939
. /opt/intel/oneapi/setvars.sh
4040
ctest --test-dir dr/build -L SHP -j 4
4141
# 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
42-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
42+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
4343
if: always()
4444
with:
4545
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
58+
# - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
97+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
9898
if: always()
9999
with:
100100
name: log-pvc-impi-icpx-${{ matrix.config }}
@@ -135,7 +135,7 @@ jobs:
135135
# - name: MHP unit tests
136136
# # run: srun -p cluster scripts/run_command_on_compute_node.sh build/Testing/mhptests.outerr.txt ctest --test-dir build -R ^mhp-tests-sycl -L MHP -j 4
137137
# run: ctest --test-dir build -R ^mhp-tests-sycl -L MHP -j 4
138-
# - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
138+
# - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
139139
# if: always()
140140
# with:
141141
# name: log-ishmem-impi-icpx-${{ matrix.config }}

0 commit comments

Comments
 (0)
0