From a685ed669fc6635c7ab5155e0f7433c419cad29c Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 5 Feb 2025 10:08:00 -0500 Subject: [PATCH] [GHA] Use v4 for download artifact --- .github/workflows/create-gh-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-gh-release.yml b/.github/workflows/create-gh-release.yml index 85c0589079..7535ae92ac 100644 --- a/.github/workflows/create-gh-release.yml +++ b/.github/workflows/create-gh-release.yml @@ -48,7 +48,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281 + - uses: actions/download-artifact@v4 with: name: changelog-${{ inputs.version }}-${{ github.run_id }}.md path: ${{ github.workspace }}