Skip to content

Commit

Permalink
Merge pull request #44 from shiguredo/renovate/actions-upload-artifac…
Browse files Browse the repository at this point in the history
…t-4.x

Update actions/upload-artifact action to v4
  • Loading branch information
voluntas committed Jan 15, 2024
2 parents 455e3ea + a63c09f commit 284b403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
ARCHFLAGS: ${{ matrix.platform.archflags }}
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform.name }}_python-${{ matrix.python_version }}
path: "dist/"
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- run: python -m build

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows-2019_python-${{ matrix.python_version }}
path: dist/
Expand Down

0 comments on commit 284b403

Please sign in to comment.