Skip to content

Commit

Permalink
ci: GH upload/download artifact branch required to match
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcheung committed Feb 8, 2024
1 parent 81914f9 commit 28ff135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:

- name: Download artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: dist
path: dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
key: ${{ matrix.os }}-${{ env.pythonLocation }}-${{ hashFiles('tox.ini', 'pyproject.toml') }}

- name: Download artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: dist

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
key: ${{ matrix.os }}-${{ env.pythonLocation }}-${{ hashFiles('tox.ini', 'pyproject.toml') }}

- name: Download artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: dist

Expand Down

0 comments on commit 28ff135

Please sign in to comment.