Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to 6f51ac0
Browse files Browse the repository at this point in the history
  • Loading branch information
anaconda-renovate[bot] authored Dec 18, 2024
1 parent d65052d commit e4cd0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
mkdir -p ./conda-bld
VERSION=`hatch version` conda build -c conda-forge -c defaults --override-channels conda.recipe --output-folder ./conda-bld
- name: Upload the build artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: anaconda-cli-base-conda-${{ github.sha }}
path: ./conda-bld
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Build the package
run: python -m build
- name: Upload the build artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: anaconda-cli-base-wheel-${{ github.sha }}
path: dist/*
Expand Down

0 comments on commit e4cd0d5

Please sign in to comment.