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:
Šarūnas Nejus 2024-06-14 22:53:46 +01:00
parent 1f8c5b8b33
commit ed574f4307
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435

View file

@ -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/