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 35ed155 commit 9cb8e49Copy full SHA for 9cb8e49
.github/workflows/reusable__deploy-release.yml
@@ -61,7 +61,7 @@ jobs:
61
attestations: write
62
steps:
63
- name: Download Docker image artifact
64
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
65
with:
66
name: okr-image
67
path: /tmp
.github/workflows/reusable__e2e-testing.yml
@@ -77,7 +77,7 @@ jobs:
77
78
79
if: inputs.DOCKER_IMAGE_TAG != ''
80
81
82
83
path: ${{ runner.temp }}
0 commit comments