Skip to content

Commit

Permalink
Merge pull request #245 from Anaconda-Platform/mcg1969-patch-1
Browse files Browse the repository at this point in the history
revert to upload-artifact@v3
  • Loading branch information
mcg1969 authored Mar 4, 2024
2 parents 2a9e11f + 7b572c0 commit a410972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
mv $CONDA_ROOT/conda-bld .
- name: Upload the build artifact
if: github.event_name == 'push'
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
# Do not use v4 until merge behavior can be rebuilt
uses: actions/upload-artifact@v3
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 a410972

Please sign in to comment.