Skip to content

Commit

Permalink
ci: bump actions/download-artifact from 1 to 4 (#20804)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent d485cce commit 5182ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binary_artifact.yml
Expand Up @@ -176,7 +176,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Fetch artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: ${{ matrix.version }}
path: ./${{ matrix.version }}
Expand Down

0 comments on commit 5182ea2

Please sign in to comment.