Skip to content

Commit 285fd7b

Browse files
build(deps): bump actions/upload-artifact from 4 to 5 (#443)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a6facf commit 285fd7b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
if: startsWith(github.event_name, 'pull_request')
118118
run: echo "KEEP_DAYS=7" >> $GITHUB_ENV
119119
- name: Upload built docs
120-
uses: actions/upload-artifact@v4
120+
uses: actions/upload-artifact@v5
121121
with:
122122
name: docs-${{ matrix.target }}-${{ github.sha }}
123123
path: ${{ inputs.docs-dir }}/build/

.github/workflows/check-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
uses: ./.cicd/.github/actions/pkg-create
100100
- name: Upload 📤 packages
101101
if: ${{ inputs.artifact-name != '' }}
102-
uses: actions/upload-artifact@v4
102+
uses: actions/upload-artifact@v5
103103
with:
104104
name: ${{ inputs.artifact-name }}-build-${{ strategy.job-index }}
105105
path: dist
@@ -131,7 +131,7 @@ jobs:
131131
ls -lh dist/
132132
twine check dist/*
133133
- name: Upload 📤
134-
uses: actions/upload-artifact@v4
134+
uses: actions/upload-artifact@v5
135135
with:
136136
name: ${{ inputs.artifact-name }}
137137
path: dist

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Create 📦 package
3232
uses: ./.github/actions/pkg-create
3333
- name: Upload 📤 packages
34-
uses: actions/upload-artifact@v4
34+
uses: actions/upload-artifact@v5
3535
with:
3636
name: pypi-packages-${{ github.sha }}
3737
path: dist

0 commit comments

Comments
 (0)