build(deps): Bump the github-actions group with 2 updates (#4881)

Bumps the github-actions group with 2 updates: [crowdin/github-action](https://github.com/crowdin/github-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `crowdin/github-action` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/crowdin/github-action/releases)
- [Commits](https://github.com/crowdin/github-action/compare/0749939f635900a2521aa6aac7a3766642b2dc71...08713f00a50548bfe39b37e8f44afb53e7a802d4)

Updates `actions/upload-artifact` from 4 to 5
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: crowdin/github-action
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-03 09:31:45 +01:00
committed by GitHub
parent 2bd587f2c6
commit 5e9d548f07
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -44,7 +44,7 @@ jobs:
- run: npm ci
- name: upload npm logs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: failure()
with:
name: npm-logs
@@ -75,7 +75,7 @@ jobs:
- uses: ./.github/actions/before-install
- run: npm ci
- name: upload npm logs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: failure()
with:
name: npm-logs
@@ -107,7 +107,7 @@ jobs:
- uses: ./.github/actions/before-install
- run: npm ci
- name: upload npm logs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: failure()
with:
name: npm-logs