Skip to content

Commit 3a8c2d0

Browse files
Bump actions/upload-artifact from 4 to 5 (#170)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0826a85 commit 3a8c2d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
}
111111
>> "${GITHUB_OUTPUT}"
112112
- name: Upload built artifacts for testing
113-
uses: actions/upload-artifact@v4
113+
uses: actions/upload-artifact@v5
114114
with:
115115
if-no-files-found: error
116116
name: ${{ needs.pre-setup.outputs.dists-artifact-name }}

.github/workflows/reusable-build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
with-cython-tracing=${{ inputs.cython-tracing }}
9292
9393
- name: Upload built artifacts for testing and publishing
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v5
9595
with:
9696
name: ${{ inputs.dists-artifact-name }}-
9797
${{ inputs.os }}-

0 commit comments

Comments
 (0)