Skip to content

Commit 868a680

Browse files
authored
Merge pull request #599 from light-curve/dependabot/github_actions/actions/upload-artifact-6
2 parents af0413e + 0e687c3 commit 868a680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
CIBW_BUILD_VERBOSITY: "3"
100100

101101
- name: Upload wheels as artifacts
102-
uses: actions/upload-artifact@v5
102+
uses: actions/upload-artifact@v6
103103
with:
104104
path: ./wheelhouse/*.whl
105105
if-no-files-found: error
@@ -134,7 +134,7 @@ jobs:
134134
run: maturin sdist
135135

136136
- name: Upload sdist as an artifact
137-
uses: actions/upload-artifact@v5
137+
uses: actions/upload-artifact@v6
138138
with:
139139
path: ./light-curve/target/wheels/*.tar.gz
140140
if-no-files-found: error

0 commit comments

Comments
 (0)