Skip to content

Commit

Permalink
Merge pull request #238 from Anaconda-Platform/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin actions/upload-artifact action to a8a3f3a
  • Loading branch information
mcg1969 authored Mar 4, 2024
2 parents a410972 + f9a531c commit 0b96856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Upload the build artifact
if: github.event_name == 'push'
# Do not use v4 until merge behavior can be rebuilt
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # 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 All @@ -100,7 +100,7 @@ jobs:
with:
fetch-depth: 0
- name: Download the build artifacts
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4
uses: actions/download-artifact@v3
with:
name: package-${{ github.sha }}
path: conda-bld
Expand Down

0 comments on commit 0b96856

Please sign in to comment.