Skip to content

Commit 7365b5f

Browse files
committed
Unrelated to this PR but updating to resolve deprecated version.
1 parent 69c756c commit 7365b5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
python -m pip install -r docs/requirements.txt
3030
- name: Build docs
3131
run: ./.github/jobs/build_documentation.sh
32-
- uses: actions/upload-artifact@v4
32+
- uses: actions/upload-artifact@v7
3333
if: always()
3434
with:
3535
name: documentation
3636
path: artifact/documentation
37-
- uses: actions/upload-artifact@v4
37+
- uses: actions/upload-artifact@v7
3838
if: failure()
3939
with:
4040
name: documentation_warnings.log

0 commit comments

Comments
 (0)