Skip to content

Commit

Permalink
Use actions/download-artifact@master for downloads not uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped authored Jan 21, 2024
1 parent e70d5f8 commit 75bf8b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
pip install "protobuf<=3.20" --force-reinstall
- name: Download artifact
uses: actions/upload-artifact@v3
uses: actions/download-artifact@master
with:
name: "Python wheel"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
shell: bash

- name: Download artifact
uses: actions/upload-artifact@v3
uses: actions/download-artifact@master
with:
name: "Python wheel"

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
pip install "protobuf<=3.20" --force-reinstall
- name: Download artifact
uses: actions/upload-artifact@v3
uses: actions/download-artifact@master
with:
name: "Python wheel"

Expand Down

0 comments on commit 75bf8b4

Please sign in to comment.