Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact in /.github/workflows (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent d2b072a commit fd56df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,13 +310,13 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ matrix.config.artifact }}
path: ./

- name: Download URL
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: upload_url
path: ./
Expand Down

0 comments on commit fd56df8

Please sign in to comment.