Skip to content

Commit b02415c

Browse files
Bump actions/upload-artifact from 4 to 7 in the github-actions group (#72)
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82dbf93 commit b02415c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
twine check dist/*
6161
6262
- name: Upload source artifact
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v7
6464
with:
6565
name: sources
6666
path: dist/*.tar.gz
@@ -116,7 +116,7 @@ jobs:
116116
twine check dist/$whl
117117
118118
- name: Upload wheel artifact
119-
uses: actions/upload-artifact@v4
119+
uses: actions/upload-artifact@v7
120120
with:
121121
name: ${{ env.WHL_NAME }}
122122
path: dist/${{ env.WHL_NAME }}

0 commit comments

Comments
 (0)