Skip to content

Commit 2686b2c

Browse files
Bump actions/upload-artifact from 4 to 7 (#290)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 406b076 commit 2686b2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- run: mkdocs build
4242

4343
- name: Archive framework docs
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v7
4545
with:
4646
name: framework-docs
4747
path: |
@@ -84,7 +84,7 @@ jobs:
8484
run: nimble apis
8585

8686
- name: Archive API docs
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v7
8888
with:
8989
name: api-docs
9090
path: |

0 commit comments

Comments
 (0)