Skip to content

Commit e965f93

Browse files
Bump actions/upload-artifact from 4.4.0 to 4.5.0 (#864)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...6f51ac0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8e8682 commit e965f93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
58+
# - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
114+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
155+
# - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
156156
# if: always()
157157
# with:
158158
# name: log-ishmem-impi-icpx-${{ matrix.config }}

0 commit comments

Comments
 (0)