Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Upload artifacts with unique names
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Jan 4, 2024
1 parent f3b7666 commit f059eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install_requirements/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
- name: Upload lockfiles
uses: actions/upload-artifact@v4
with:
name: lockfiles
name: lockfiles-${{ inputs.python_version }}-${{ github.sha }}
path: lockfiles

# This eliminates the class of problems where the requirements being given no
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Upload sdist and wheel as artifacts
uses: actions/upload-artifact@v4
with:
name: dist
name: dist-${{ github.sha }}
path: dist

- name: Check for packaging errors
Expand Down

0 comments on commit f059eef

Please sign in to comment.