Skip to content

Commit 6b1d263

Browse files
build(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fdeff2b commit 6b1d263

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
CUDA_VERSION: ${{ matrix.cuda_version }}
6969
DP_PKG_NAME: ${{ matrix.dp_pkg_name }}
7070
CIBW_BUILD_FRONTEND: "build[uv]"
71-
- uses: actions/upload-artifact@v6
71+
- uses: actions/upload-artifact@v7
7272
with:
7373
name: cibw-cp${{ matrix.python }}-${{ matrix.platform_id }}-cu${{ matrix.cuda_version }}-${{ strategy.job-index }}
7474
path: ./wheelhouse/*.whl
@@ -82,7 +82,7 @@ jobs:
8282
- name: Build sdist
8383
run: pipx run uv tool run --with build[uv] --from build python -m build --installer uv --sdist
8484

85-
- uses: actions/upload-artifact@v6
85+
- uses: actions/upload-artifact@v7
8686
with:
8787
name: cibw-sdist
8888
path: dist/*.tar.gz

.github/workflows/package_c.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: matrix.filename != 'libdeepmd_c.tar.gz'
4848
# for download and debug
4949
- name: Upload artifact
50-
uses: actions/upload-artifact@v6
50+
uses: actions/upload-artifact@v7
5151
with:
5252
name: libdeepmd_c-${{ strategy.job-index }}-${{ matrix.filename }}
5353
path: ${{ matrix.filename }}

.github/workflows/test_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if: matrix.group == 1
7272
- run: mv .test_durations .test_durations_${{ matrix.group }}
7373
- name: Upload partial durations
74-
uses: actions/upload-artifact@v6
74+
uses: actions/upload-artifact@v7
7575
with:
7676
name: split-${{ matrix.python }}-${{ matrix.group }}
7777
path: .test_durations_${{ matrix.group }}

0 commit comments

Comments
 (0)