Skip to content

Commit d290abc

Browse files
chore(deps): update github artifact actions (#488)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6570a22 commit d290abc

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: pnpm run copy-build ${{ matrix.mode }} ${{ matrix. Theme }}
6767

6868
- name: Upload build artifacts
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v7
7070
with:
7171
name: build-artifacts-${{ matrix.mode }}-${{ matrix.theme }}
7272
path: devextreme-ui-template-gallery/
@@ -104,7 +104,7 @@ jobs:
104104
run: pnpm run copy-shell
105105

106106
- name: Upload build artifacts
107-
uses: actions/upload-artifact@v4
107+
uses: actions/upload-artifact@v7
108108
with:
109109
name: build-artifacts-shell
110110
path: devextreme-ui-template-gallery/
@@ -115,7 +115,7 @@ jobs:
115115

116116
steps:
117117
- name: Merge screenshot artifacts
118-
uses: actions/upload-artifact/merge@v4
118+
uses: actions/upload-artifact/merge@v7
119119
with:
120120
name: build-artifacts
121121
pattern: build-artifacts-*
@@ -131,7 +131,7 @@ jobs:
131131
uses: actions/checkout@v6
132132

133133
- name: Download build artifacts
134-
uses: actions/download-artifact@v4
134+
uses: actions/download-artifact@v8
135135
with:
136136
name: build-artifacts
137137
path: devextreme-ui-template-gallery

.github/workflows/lint.yml

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

3636
- name: Archive artifacts
3737
if: ${{ failure() }}
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v7
3939
with:
4040
name: artifacts
4141
path: test-results.xml

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Copy screenshots artifacts
120120
if: ${{ failure() }}
121-
uses: actions/upload-artifact@v4
121+
uses: actions/upload-artifact@v7
122122
with:
123123
name: screenshots-${{ matrix.ARGS.project }}-${{ matrix.ARGS.page }}-${{ matrix.theme.fullName }}
124124
path: ${{ github.workspace }}/packages/testing/testing/artifacts/compared-screenshots/*
@@ -134,7 +134,7 @@ jobs:
134134

135135
steps:
136136
- name: Merge screenshot artifacts
137-
uses: actions/upload-artifact/merge@v4
137+
uses: actions/upload-artifact/merge@v7
138138
continue-on-error: true
139139
with:
140140
name: screenshots-${{ matrix.project }}

0 commit comments

Comments
 (0)