Skip to content

Commit 02e0ccc

Browse files
authored
Merge pull request #637 from light-curve/dependabot/github_actions/actions/upload-artifact-7
Build(deps): bump actions/upload-artifact from 6 to 7
2 parents 098edef + 1130a5d commit 02e0ccc

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)