Skip to content

Commit

Permalink
Update actions/checkout and actions/upload-artifact workflow actions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkram authored Apr 5, 2023
1 parent 3e6269e commit a0bab0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Build package
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: conda-incubator/setup-miniconda@v2
Expand All @@ -37,7 +37,7 @@ jobs:
VERSION=`python -c setuptools_scm` conda build conda.recipe
mv $CONDA_PREFIX/conda-bld .
- name: Upload the build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: package-${{ github.sha }}
path: conda-bld
Expand Down

0 comments on commit a0bab0f

Please sign in to comment.