Skip to content

Commit bc0e06c

Browse files
Merge pull request #160 from sk-ai-net/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents f87329c + 677995f commit bc0e06c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: ./gradlew generateDocs --stacktrace
5252

5353
- name: Upload generated documentation
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v5
5555
with:
5656
name: operator-documentation
5757
path: |
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Upload documentation preview (PR only)
6363
if: github.event_name == 'pull_request'
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v5
6565
with:
6666
name: documentation-preview-${{ github.event.number }}
6767
path: |

.github/workflows/schema-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload validation artifacts
4646
if: failure()
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v5
4848
with:
4949
name: validation-logs
5050
path: |

0 commit comments

Comments
 (0)