We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5c657 commit 50d2b61Copy full SHA for 50d2b61
.github/workflows/release.yml
@@ -10,7 +10,7 @@ concurrency:
10
cancel-in-progress: true
11
12
env:
13
- GHR_VERSION: 0.12.0
+ GHR_VERSION: 0.17.0
14
IMAGE_NAME: index.docker.io/metacall/core
15
IMAGE_REGISTRY: index.docker.io
16
ARTIFACTS_PATH: ./build-artifacts
@@ -33,7 +33,7 @@ jobs:
33
- name: Extract built artifacts
34
run: bash ./docker-compose.sh pack
35
- name: Upload built artifacts
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
with:
38
name: built-artifacts
39
path: ${{ env.ARTIFACTS_PATH }}/
@@ -48,7 +48,7 @@ jobs:
48
49
fetch-depth: 0 # To fetch all tags
50
- name: Download built artifacts
51
- uses: actions/[email protected].7
+ uses: actions/[email protected].8
52
53
54
0 commit comments