Skip to content

Commit 7f4aeb8

Browse files
vault-token-factory-spectrocloud[bot]dependabot[bot]benradstonesvetlana-efimova
authored
chore: bump actions/upload-artifact from 5 to 6 (#9061) (#9327)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... (cherry picked from commit a01983a) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Radstone <[email protected]> Co-authored-by: svetlana-efimova <[email protected]>
1 parent cbb2b8b commit 7f4aeb8

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/post_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
gh-token: ${{ secrets.GITHUB_TOKEN }}
6464

6565
- name: Upload Build Packs
66-
uses: actions/upload-artifact@v5
66+
uses: actions/upload-artifact@v6
6767
with:
6868
name: "build-packs"
6969
path: |
@@ -73,7 +73,7 @@ jobs:
7373
retention-days: 7
7474

7575
- name: Upload Built Security Bulletins
76-
uses: actions/upload-artifact@v5
76+
uses: actions/upload-artifact@v6
7777
with:
7878
name: "security-bulletins"
7979
path: .docusaurus/security-bulletins/default/data.json

.github/workflows/screenshot_capture.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Upload Build
7474
if: ${{ env.BUILD_EXIT_CODE == '0' }}
75-
uses: actions/upload-artifact@v5
75+
uses: actions/upload-artifact@v6
7676
with:
7777
name: "build"
7878
path: |
@@ -125,7 +125,7 @@ jobs:
125125
run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} || exit 0
126126

127127
- name: Upload Screenshots
128-
uses: actions/upload-artifact@v5
128+
uses: actions/upload-artifact@v6
129129
id: screenshots
130130
with:
131131
name: screenshots-${{ matrix.shardIndex }}
@@ -148,7 +148,7 @@ jobs:
148148
merge-multiple: true
149149

150150
- name: Upload Screenshots
151-
uses: actions/upload-artifact@v5
151+
uses: actions/upload-artifact@v6
152152
id: screenshots
153153
with:
154154
name: "screenshots"

.github/workflows/spellcheck-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Upload Vale Results
8686
if: ${{ env.VALE_ERRORS_FOUND == 'true'}}
87-
uses: actions/upload-artifact@v5
87+
uses: actions/upload-artifact@v6
8888
with:
8989
name: "vale-spellcheck-results"
9090
path: vale-spellcheck-results.txt

.github/workflows/visual-comparison.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
gh-token: ${{ secrets.GITHUB_TOKEN }}
103103

104104
- name: Upload Build
105-
uses: actions/upload-artifact@v5
105+
uses: actions/upload-artifact@v6
106106
with:
107107
name: "build"
108108
path: |
@@ -158,7 +158,7 @@ jobs:
158158
run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} || exit 0
159159

160160
- name: Upload blob report to GitHub Actions Artifacts
161-
uses: actions/upload-artifact@v5
161+
uses: actions/upload-artifact@v6
162162
with:
163163
name: blob-report-${{ matrix.shardIndex }}
164164
path: blob-report
@@ -197,7 +197,7 @@ jobs:
197197
run: npx playwright merge-reports --reporter html ./all-blob-reports
198198

199199
- name: Upload Report
200-
uses: actions/upload-artifact@v5
200+
uses: actions/upload-artifact@v6
201201
id: report
202202
with:
203203
name: "report"

0 commit comments

Comments
 (0)