Skip to content

Commit

Permalink
ci: Update artifact actions to v4 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek authored Feb 3, 2025
1 parent 7097b10 commit 40aa96c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: python -m build

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
architecture: ${{ matrix.architecture }}

- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
key: ${{ matrix.container }}

- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:

steps:
- 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 40aa96c

Please sign in to comment.