Skip to content

Commit

Permalink
ci(deps): bump actions/download-artifact from 4.1.3 to 4.1.4 (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 93652a9 commit 497f9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.2
- name: Download Action Assets
uses: actions/download-artifact@v4.1.3
uses: actions/download-artifact@v4.1.4
with:
name: dist
path: dist
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Build Action Assets on main
run: npm run build
- name: Download Current Action Assets
uses: actions/download-artifact@v4.1.3
uses: actions/download-artifact@v4.1.4
with:
name: dist
path: current
Expand Down

0 comments on commit 497f9b2

Please sign in to comment.