Skip to content

Commit def2ea1

Browse files
Bump actions/upload-artifact from 4.3.3 to 7.0.1 (#2933)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 7.0.1.
1 parent 96397b2 commit def2ea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
# Upload artifact for fork PRs
198198
- name: Upload docs artifact (Fork PRs)
199199
if: env.GH_EVENT_PR_OPEN == 'true' && steps.check_fork.outputs.is_fork == 'true'
200-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
200+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
201201
with:
202202
name: pr-${{ github.event.number }}-docs
203203
path: ${{ env.PUBLISH_DIR }}

0 commit comments

Comments
 (0)