Skip to content

Commit 9cb8e49

Browse files
chore(deps): update actions/download-artifact action to v5 #1611
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35ed155 commit 9cb8e49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable__deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
attestations: write
6262
steps:
6363
- name: Download Docker image artifact
64-
uses: actions/download-artifact@v4
64+
uses: actions/download-artifact@v5
6565
with:
6666
name: okr-image
6767
path: /tmp

.github/workflows/reusable__e2e-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Download Docker image artifact
7979
if: inputs.DOCKER_IMAGE_TAG != ''
80-
uses: actions/download-artifact@v4
80+
uses: actions/download-artifact@v5
8181
with:
8282
name: okr-image
8383
path: ${{ runner.temp }}

0 commit comments

Comments
 (0)