Skip to content

Commit

Permalink
Bump actions to latest major version: upload-artifact, download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
brainsik committed Aug 13, 2024
1 parent c288eab commit 96bb8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,7 +92,7 @@ jobs:
python-version: ${{ matrix.python-version }}

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

0 comments on commit 96bb8bc

Please sign in to comment.