Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.0 to 4.5.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 4abe440 commit eaddef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
# - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
# if: always()
# with:
# name: log-gcc-${{ env.CXX }}
Expand Down Expand Up @@ -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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
if: always()
with:
name: log-pvc-impi-icpx-${{ matrix.config }}
Expand Down Expand Up @@ -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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
# - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
# if: always()
# with:
# name: log-ishmem-impi-icpx-${{ matrix.config }}
Expand Down

0 comments on commit eaddef5

Please sign in to comment.