Skip to content

Commit 1130a5d

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 098edef commit 1130a5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
CIBW_BUILD_VERBOSITY: "3"
105105

106106
- name: Upload wheels as artifacts
107-
uses: actions/upload-artifact@v6
107+
uses: actions/upload-artifact@v7
108108
with:
109109
path: ./wheelhouse/*.whl
110110
if-no-files-found: error
@@ -139,7 +139,7 @@ jobs:
139139
run: maturin sdist
140140

141141
- name: Upload sdist as an artifact
142-
uses: actions/upload-artifact@v6
142+
uses: actions/upload-artifact@v7
143143
with:
144144
path: ./light-curve/target/wheels/*.tar.gz
145145
if-no-files-found: error

0 commit comments

Comments
 (0)