Skip to content

Commit

Permalink
Bump version of actions/download-artifact action
Browse files Browse the repository at this point in the history
The actions/download-artifact action must be on the same version as the
actions/upload-artifact action.
  • Loading branch information
jdno committed Oct 2, 2024
1 parent 8c8cc53 commit 2cb7e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

steps:
- name: Download the Docker image previously built
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docker-image

Expand Down

0 comments on commit 2cb7e61

Please sign in to comment.