Skip to content

Commit

Permalink
Fix lock file action to work with artifacts v4. (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers authored Oct 7, 2024
1 parent 589eac5 commit 3936b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: "Upload lock artifacts"
uses: actions/upload-artifact@v4
with:
name: lock-artifacts
name: lock-artifact-${{ matrix.lock }}
path: ${{ github.workspace }}/requirements/locks/${{ matrix.lock }}*.txt


Expand All @@ -108,8 +108,8 @@ jobs:
- name: "Download lock artifacts"
uses: actions/download-artifact@v4
with:
name: lock-artifacts
path: ${{ github.workspace }}/requirements/locks
merge-multiple: true

- name: "Generate token"
uses: tibdex/github-app-token@v2
Expand Down

0 comments on commit 3936b39

Please sign in to comment.