From ed574f4307f338f12182916f450f469c5ac93b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Fri, 14 Jun 2024 22:53:46 +0100 Subject: [PATCH] Release workflow: Update external GitHub action versions This fixes three warnings seen on https://github.com/beetbox/beets/actions/runs/9296798803 --- .github/workflows/make_release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/make_release.yaml b/.github/workflows/make_release.yaml index e7c30936c..4d5c48824 100644 --- a/.github/workflows/make_release.yaml +++ b/.github/workflows/make_release.yaml @@ -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/