From 0acc68516294ac830d0a10d6a467c92bfe53b2a5 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Fri, 8 Mar 2024 19:02:10 -0700 Subject: [PATCH] Workflows: finish off Node 16 to Node 20 transition --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fcc4e358c..93fb5bf7e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -451,7 +451,7 @@ jobs: name: ${{ env.MAC_JAPANESE_ARCHIVE_ARTIFACT }} - name: Populate Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981 with: tag_name: "${{ steps.store_config.outputs.tag }}" name: ${{ steps.store_config.outputs.version }} -- 2.11.0