Skip to content

Commit 32e295a

Browse files
build(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 788f944 commit 32e295a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
if: startsWith(github.event_name, 'pull_request')
105105
run: echo "KEEP_DAYS=7" >> $GITHUB_ENV
106106
- name: Upload built docs
107-
uses: actions/upload-artifact@v3
107+
uses: actions/upload-artifact@v4
108108
with:
109109
name: docs-${{ matrix.target }}-${{ github.sha }}
110110
path: ${{ inputs.docs-dir }}/build/

.github/workflows/check-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
submodules: recursive
6565
- run: mkdir dist && touch dist/.placeholder
6666
- name: Upload 📤
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: ${{ inputs.artifact-name }}
7070
path: dist

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Create 📦 package
3131
uses: ./.github/actions/pkg-create
3232
- name: Upload 📤 to the share store
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: pypi-packages-${{ github.sha }}
3636
path: dist

0 commit comments

Comments
 (0)