Skip to content

Commit 0dc44da

Browse files
Bump actions/upload-artifact from 3 to 4 (#2754)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e6c8aa commit 0dc44da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,14 @@ jobs:
197197

198198
- name: Archive C++ test logs
199199
if: ${{ failure() && !(matrix.enable-mpi == false && matrix.python-version == 3.9) }}
200-
uses: actions/upload-artifact@v3
200+
uses: actions/upload-artifact@v4
201201
with:
202202
name: cpp-tests-mpi-${{ matrix.enable-mpi }}-log
203203
path: ${{ github.workspace }}/build/meep-${{ env.MEEP_VERSION }}/_build/sub/tests/test-suite.log
204204

205205
- name: Archive Python test logs
206206
if: ${{ failure() && !(matrix.enable-mpi == false && matrix.python-version == 3.9) }}
207-
uses: actions/upload-artifact@v3
207+
uses: actions/upload-artifact@v4
208208
with:
209209
name: py${{ matrix.python-version }}-tests-mpi-${{ matrix.enable-mpi }}-log
210210
path: ${{ github.workspace }}/build/meep-${{ env.MEEP_VERSION }}/_build/sub/python/test-suite.log

.github/workflows/build-san.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Run sanitizer
5252
run: make -j$(nproc) check
5353
- name: Archive test logs
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
if: failure()
5656
with:
5757
name: ${{ matrix.name-suffix }}-log

0 commit comments

Comments
 (0)