Skip to content

Commit

Permalink
Merge pull request #241 from Anaconda-Platform/renovate/actions-downl…
Browse files Browse the repository at this point in the history
…oad-artifact-4.x

chore(deps): update actions/download-artifact action to v4
  • Loading branch information
mcg1969 authored Mar 4, 2024
2 parents 50dbeb2 + 0f96bd5 commit 6e237b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
with:
fetch-depth: 0
- name: Download the build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4
with:
name: package-${{ github.sha }}
path: conda-bld
Expand Down

0 comments on commit 6e237b6

Please sign in to comment.