Skip to content

Commit 07f2745

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0cf5d5c commit 07f2745

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_MASTER.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Upload Artifact 📦
115115
if: ${{ steps.gate.outputs.code == 'true' }}
116-
uses: actions/upload-artifact@v6
116+
uses: actions/upload-artifact@v7
117117
with:
118118
name: ${{ format('assets-{0}', steps.branch.outputs.branch_name) }}
119119
path: assets

.github/workflows/ci_PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Upload preview artifact
121121
if: ${{ always() && steps.changed.outputs.code == 'true' }}
122-
uses: actions/upload-artifact@v6
122+
uses: actions/upload-artifact@v7
123123
with:
124124
name: preview-stats
125125
path: |

.github/workflows/translate_readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
lang: ${{ matrix.lang }}
4747

4848
- name: Uploading Translation Artifacts
49-
uses: actions/upload-artifact@v6
49+
uses: actions/upload-artifact@v7
5050
with:
5151
name: locale-${{ matrix.lang }}
5252
path: locales/README.${{ matrix.lang }}.md

0 commit comments

Comments
 (0)