Skip to content

Commit

Permalink
More thorough changes to adapt to artifacts v4. (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers authored Nov 29, 2024
1 parent a6b907e commit 671aaf6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/refresh-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: output lockfile
uses: actions/upload-artifact@v4
with:
name: lock-artifacts-${{matrix.python}}
path: ${{matrix.python}}-linux-64.lock

create_pr:
Expand All @@ -69,14 +70,9 @@ jobs:
- name: get artifacts
uses: actions/download-artifact@v4
with:
path: artifacts
path: ${{ github.workspace }}/requirements/locks
merge-multiple: true

- name: Update lock files in repo
run: |
cp artifacts/artifact/*.lock requirements/locks
rm -r artifacts
- name: "Generate token"
uses: tibdex/github-app-token@v2
id: generate-token
Expand Down

0 comments on commit 671aaf6

Please sign in to comment.