Skip to content

Commit

Permalink
Update pipeline upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfwood committed Nov 30, 2023
1 parent 0db785c commit b3776c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
- name: Build Python Artifact
run: |
poetry build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: python-artifact
path: dist/*
Expand Down

0 comments on commit b3776c7

Please sign in to comment.