Skip to content

Commit

Permalink
Merge pull request #315 from esa/dependabot/github_actions/dot-github…
Browse files Browse the repository at this point in the history
…/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
usr3-1415 authored Nov 23, 2024
2 parents 5988804 + f7f9be1 commit b4540d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Download Docker image ID
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: docker-image-id
- name: Tag and push Docker image to DockerHub
Expand Down

0 comments on commit b4540d6

Please sign in to comment.