Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/axios-1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it authored Sep 4, 2024
2 parents 8aa8b9d + c8e1fab commit 3344743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v2

- name: Download Docker image artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: container-image
path: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v2

- name: Download Docker image artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: container-image
path: .
Expand Down

0 comments on commit 3344743

Please sign in to comment.