Skip to content

Commit

Permalink
I think what tripped me up was adding path argument, I want to stay w…
Browse files Browse the repository at this point in the history
…ith default, the current working directory
  • Loading branch information
AndrewQuijano committed Jun 17, 2024
1 parent cf3d277 commit 4fd9064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/parallel_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,9 @@ jobs:
run: sudo apt-get -qq install -y wget

- name: Download Docker image artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: panda
path: panda.tar.gz

# https://docs.docker.com/reference/cli/docker/image/load/
- name: Load Docker image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:

steps:
- name: Download PyPanda from Release Assets
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: pypanda
path: dist/
Expand Down

0 comments on commit 4fd9064

Please sign in to comment.