Skip to content

Commit

Permalink
Update release.yml (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bcoderx6 authored Nov 6, 2024
1 parent 8d5c657 commit 50d2b61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}/
Expand All @@ -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 }}/
Expand Down

0 comments on commit 50d2b61

Please sign in to comment.