Skip to content

Commit

Permalink
[dependabot]: Bump actions/upload-artifact from 3 to 4 (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 24, 2023
1 parent 71f6650 commit 3535d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Build packages
run: tox run -e build
- name: Upload packages as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifact-name || 'pydiamond-dist' }}
path: dist

0 comments on commit 3535d53

Please sign in to comment.