Skip to content

Commit

Permalink
fix: Align download artifact version to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jul 22, 2024
1 parent dc07535 commit 324a59f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/argilla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ on:
- "published"

jobs:

run_unit_tests:
name: Run unit tests
uses: ./.github/workflows/argilla.run-python-tests.yml
Expand Down Expand Up @@ -125,7 +124,7 @@ jobs:
uses: actions/checkout@v4

- name: Download python package
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: python-package
path: dist
Expand Down

0 comments on commit 324a59f

Please sign in to comment.