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 046914a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: python -m build

- name: Store build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down Expand Up @@ -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 046914a

Please sign in to comment.