Skip to content

Commit 2cb7e61

Browse files
committed
Bump version of actions/download-artifact action
The actions/download-artifact action must be on the same version as the actions/upload-artifact action.
1 parent 8c8cc53 commit 2cb7e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

9696
steps:
9797
- name: Download the Docker image previously built
98-
uses: actions/download-artifact@v3
98+
uses: actions/download-artifact@v4
9999
with:
100100
name: docker-image
101101

0 commit comments

Comments
 (0)