Skip to content

Commit 4b448ba

Browse files
authored
Merge pull request #60 from asmeurer/deprecated-actions
Get rid of deprecated actions
2 parents 93bdd76 + d0c5a53 commit 4b448ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
dist:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616

1717
- name: Build SDist and wheel
1818
run: pipx run build
1919

20-
- uses: actions/upload-artifact@v3
20+
- uses: actions/upload-artifact@v4
2121
with:
2222
path: dist/*
2323

@@ -35,7 +35,7 @@ jobs:
3535
id-token: write
3636

3737
steps:
38-
- uses: actions/download-artifact@v3
38+
- uses: actions/download-artifact@v4
3939
with:
4040
name: artifact
4141
path: dist

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ See the [CHANGELOG](CHANGELOG.md) file.
293293
[codecov-link]: https://codecov.io/gh/asmeurer/removestar
294294
[conda-downloads]: https://img.shields.io/conda/dn/conda-forge/removestar?color=green
295295
[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
297297
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
298298
[github-discussions-link]: https://github.com/asmeurer/removestar/discussions
299299
[license-badge]: https://img.shields.io/badge/MIT-blue.svg

0 commit comments

Comments
 (0)