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