Skip to content

Commit 50d2b61

Browse files
authored
Update release.yml (metacall#531)
1 parent 8d5c657 commit 50d2b61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
GHR_VERSION: 0.12.0
13+
GHR_VERSION: 0.17.0
1414
IMAGE_NAME: index.docker.io/metacall/core
1515
IMAGE_REGISTRY: index.docker.io
1616
ARTIFACTS_PATH: ./build-artifacts
@@ -33,7 +33,7 @@ jobs:
3333
- name: Extract built artifacts
3434
run: bash ./docker-compose.sh pack
3535
- name: Upload built artifacts
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: built-artifacts
3939
path: ${{ env.ARTIFACTS_PATH }}/
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
fetch-depth: 0 # To fetch all tags
5050
- name: Download built artifacts
51-
uses: actions/[email protected].7
51+
uses: actions/[email protected].8
5252
with:
5353
name: built-artifacts
5454
path: ${{ env.ARTIFACTS_PATH }}/

0 commit comments

Comments
 (0)