Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/[email protected]

- name: Download Package
uses: actions/[email protected].8
uses: actions/[email protected].9
with:
name: Packages
path: dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ jobs:
python-version: ${{ matrix.python }}

- name: Download compiled tests
uses: actions/[email protected].8
uses: actions/[email protected].9
with:
name: tests
path: tests

- name: Download Package
uses: actions/[email protected].8
uses: actions/[email protected].9
with:
name: Packages
path: dist
Expand Down