Skip to content

Commit f5bc88f

Browse files
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41120ae commit f5bc88f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs-build-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sudo mv _build/docs/review/latest/* _build/docs
4040
sudo rm -rf _build/docs/review _build/docs/tmp _build/docs/sphinx_warnings.txt
4141
- name: Upload HTML
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: html-build-artifact
4545
path: _build/docs
@@ -52,7 +52,7 @@ jobs:
5252
echo ${{ github.event.pull_request.merged }} > ./pr/merged.txt
5353
echo ${{ github.event.action }} > ./pr/action.txt
5454
- name: Upload PR information
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v6
5656
with:
5757
name: pr
5858
path: pr/

.github/workflows/docs-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
mv _build/docs/review/latest/* _build/docs
109109
rm -rf _build/docs/review _build/docs/tmp _build/docs/sphinx_warnings.txt
110110
- name: Upload HTML
111-
uses: actions/upload-artifact@v4
111+
uses: actions/upload-artifact@v6
112112
with:
113113
name: html-build-artifact
114114
path: _build/docs
@@ -123,7 +123,7 @@ jobs:
123123
echo ${{ github.event.action }} > ./pr/action.txt
124124
- name: Upload PR information
125125
if: ${{ github.event_name == 'pull_request' }}
126-
uses: actions/upload-artifact@v4
126+
uses: actions/upload-artifact@v6
127127
with:
128128
name: pr
129129
path: pr/

0 commit comments

Comments
 (0)