Skip to content

Commit ff14792

Browse files
authored
Merge pull request #816 from Calebux/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 3 to 7
2 parents 288c204 + a882dbb commit ff14792

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flaky-test-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
110110
- name: Upload flaky test report
111111
if: always()
112-
uses: actions/upload-artifact@v3
112+
uses: actions/upload-artifact@v7
113113
with:
114114
name: flaky-test-report
115115
path: test-results/flaky-tests-report.md

.github/workflows/generate-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm run swagger:export
3333

3434
- name: Upload OpenAPI artifact
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v7
3636
with:
3737
name: openapi-spec
3838
path: docs/api-reference/openapi.json

0 commit comments

Comments
 (0)