From 50d2b61ad6bb4c35ede76e59daa66a41807e322c Mon Sep 17 00:00:00 2001 From: Yasindu Dissanayake Date: Thu, 7 Nov 2024 01:06:24 +0530 Subject: [PATCH] Update release.yml (#531) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64fd01269..24f963c9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true env: - GHR_VERSION: 0.12.0 + GHR_VERSION: 0.17.0 IMAGE_NAME: index.docker.io/metacall/core IMAGE_REGISTRY: index.docker.io ARTIFACTS_PATH: ./build-artifacts @@ -33,7 +33,7 @@ jobs: - name: Extract built artifacts run: bash ./docker-compose.sh pack - name: Upload built artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: built-artifacts path: ${{ env.ARTIFACTS_PATH }}/ @@ -48,7 +48,7 @@ jobs: with: fetch-depth: 0 # To fetch all tags - name: Download built artifacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: built-artifacts path: ${{ env.ARTIFACTS_PATH }}/