Skip to content

Commit

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

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
mcg1969 authored Mar 4, 2024
2 parents 560e839 + d8e1473 commit a614fd2
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 @@ -83,7 +83,7 @@ jobs:
mv $CONDA_ROOT/conda-bld .
- name: Upload the build artifact
if: github.event_name == 'push'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
with:
# By uploading to the same artifact we can download all of the packages
# and upload them all to anaconda.org in a single job
Expand Down

0 comments on commit a614fd2

Please sign in to comment.