Skip to content

Commit

Permalink
chore(deps): pin actions/upload-artifact action to a8a3f3a
Browse files Browse the repository at this point in the history
  • Loading branch information
anaconda-renovate[bot] committed Mar 4, 2024
1 parent a410972 commit f94dde0
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 @@ -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 Down

0 comments on commit f94dde0

Please sign in to comment.