Skip to content

Commit 1eaf9a3

Browse files
Bump the github-actions group with 2 updates (#130)
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '6' 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 a9a7f53 commit 1eaf9a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: pipx run build -s
4343

4444
- name: Save distributable wheels as artifacts
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4646
with:
4747
name: ${{ env.ARTIFACT_NAME_PREFIX }}_sdist
4848
path: dist
@@ -90,7 +90,7 @@ jobs:
9090
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
9191

9292
- name: Save distributable wheels as artifacts
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v5
9494
with:
9595
name: ${{ env.ARTIFACT_NAME_PREFIX }}_${{ matrix.arch }}_${{ matrix.python }}_${{ matrix.tag }}
9696
path: dist
@@ -110,7 +110,7 @@ jobs:
110110
DEFAULT_BRANCH: 'refs/heads/main'
111111
steps:
112112
- name: Download build artifacts
113-
uses: actions/download-artifact@v5
113+
uses: actions/download-artifact@v6
114114
with:
115115
pattern: ${{ env.ARTIFACT_NAME_PREFIX }}_*
116116
path: dist

0 commit comments

Comments
 (0)