mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 13:02:47 +01:00
Release workflow: Update external GitHub action versions
This fixes three warnings seen on https://github.com/beetbox/beets/actions/runs/9296798803
This commit is contained in:
parent
1f8c5b8b33
commit
ed574f4307
1 changed files with 3 additions and 3 deletions
6
.github/workflows/make_release.yaml
vendored
6
.github/workflows/make_release.yaml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
run: poetry build
|
||||
|
||||
- name: Store the distribution packages
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: python-package-distributions
|
||||
path: dist/
|
||||
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
|
||||
- name: Tag the commit
|
||||
id: tag_version
|
||||
uses: mathieudutour/github-tag-action@v6.1
|
||||
uses: mathieudutour/github-tag-action@v6
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
custom_tag: ${{ env.NEW_VERSION }}
|
||||
|
|
@ -117,7 +117,7 @@ jobs:
|
|||
id-token: write
|
||||
steps:
|
||||
- name: Download all the dists
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: python-package-distributions
|
||||
path: dist/
|
||||
|
|
|
|||
Loading…
Reference in a new issue