Skip to content

Commit 59e5031

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b5ceb59 commit 59e5031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: matrix.os == 'ubuntu-latest'
6464

6565
- name: Upload test results (Python)
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.node-version }}
6969
path: '**/junit.xml'
@@ -84,7 +84,7 @@ jobs:
8484
run: make dist
8585
if: matrix.os == 'ubuntu-latest'
8686

87-
- uses: actions/upload-artifact@v4
87+
- uses: actions/upload-artifact@v5
8888
with:
8989
name: dist-${{matrix.os}}
9090
path: dist

0 commit comments

Comments
 (0)