Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact in /.github/workflows (go…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 267c26e commit 443d3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
matrix: ${{fromJson(needs.build.outputs.matrix)}}
steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: packages
- name: Upload ${{ matrix.file }}
Expand Down

0 comments on commit 443d3b4

Please sign in to comment.