Skip to content

Commit

Permalink
Merge pull request #74 from takanotume24/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/github_actions-14598a9f5f

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory
  • Loading branch information
takanotume24 authored Sep 15, 2024
2 parents b7ea671 + cfbc4fa commit 7d37647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: build
path: ./dist
Expand Down

0 comments on commit 7d37647

Please sign in to comment.