Skip to content

Commit

Permalink
Migrate to {upload,download}-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
brainsik committed Aug 12, 2024
1 parent c288eab commit d563224
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
run: python -m build

- name: Store build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
name: dist-${{ matrix.runs-on }}
path: dist

test:
Expand All @@ -92,9 +92,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
pattern: dist-*
path: dist

- name: Install ${{ github.job }} dependencies
Expand Down

0 comments on commit d563224

Please sign in to comment.