File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
10
10
dist :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 0
16
16
17
17
- name : Build SDist and wheel
18
18
run : pipx run build
19
19
20
- - uses : actions/upload-artifact@v3
20
+ - uses : actions/upload-artifact@v4
21
21
with :
22
22
path : dist/*
23
23
35
35
id-token : write
36
36
37
37
steps :
38
- - uses : actions/download-artifact@v3
38
+ - uses : actions/download-artifact@v4
39
39
with :
40
40
name : artifact
41
41
path : dist
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ See the [CHANGELOG](CHANGELOG.md) file.
293
293
[codecov-link] : https://codecov.io/gh/asmeurer/removestar
294
294
[conda-downloads] : https://img.shields.io/conda/dn/conda-forge/removestar?color=green
295
295
[conda-link] : https://anaconda.org/conda-forge/removestar
296
- [conda-version] : https://img.shields.io /conda/vn/conda -forge/removestar?color=green
296
+ [conda-version] : https://anaconda.org /conda-forge/removestar/badges/version.svg
297
297
[github-discussions-badge] : https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
298
298
[github-discussions-link] : https://github.com/asmeurer/removestar/discussions
299
299
[license-badge] : https://img.shields.io/badge/MIT-blue.svg
You can’t perform that action at this time.
0 commit comments