Skip to content

Commit 7443158

Browse files
authored
Merge pull request #56 from light-curve/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents a1378b7 + c2615d6 commit 7443158

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
@@ -52,7 +52,7 @@ jobs:
5252
CIBW_SKIP: "*-musllinux_i686 pp39-*" # rustup doesn't install i686-musl, pyO3<0.16 doesn't support pypy3.9
5353

5454
- name: Upload wheels as artifacts
55-
uses: actions/upload-artifact@v2
55+
uses: actions/upload-artifact@v3
5656
with:
5757
path: ./wheelhouse/*.whl
5858
if-no-files-found: error
@@ -78,7 +78,7 @@ jobs:
7878
run: maturin sdist
7979

8080
- name: Upload sdist as an artifact
81-
uses: actions/upload-artifact@v2
81+
uses: actions/upload-artifact@v3
8282
with:
8383
path: ./light-curve/target/wheels/*.tar.gz
8484
if-no-files-found: error

0 commit comments

Comments
 (0)