From e0dc264d36cc8148b10fc7cb4d028d6c41227eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 05:04:42 +0000 Subject: [PATCH] Bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/pull-app-translations.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update-app-source-language-file.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 634616c..8167dc6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,14 +48,14 @@ jobs: run: cargo build --release - name: Upload artifact (windows) - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: startsWith(matrix.os, 'windows') with: name: artifact-windows path: ./target/release/dfint-installer.exe - name: Upload artifact (linux) - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: startsWith(matrix.os, 'ubuntu') with: name: artifact-linux diff --git a/.github/workflows/pull-app-translations.yml b/.github/workflows/pull-app-translations.yml index d50b0b3..eb1679f 100644 --- a/.github/workflows/pull-app-translations.yml +++ b/.github/workflows/pull-app-translations.yml @@ -33,7 +33,7 @@ jobs: rm -f ./locale/vi.json - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: title: Update translation file(s) of the app commit-message: Update translation file(s) of the app diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35e7d5d..2e8758a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v6 - name: Restore files - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 id: download with: pattern: artifact-* diff --git a/.github/workflows/update-app-source-language-file.yml b/.github/workflows/update-app-source-language-file.yml index e79dc89..c6203a1 100644 --- a/.github/workflows/update-app-source-language-file.yml +++ b/.github/workflows/update-app-source-language-file.yml @@ -25,7 +25,7 @@ jobs: run: python scripts/extract_locale_strings.py - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: title: Update source language file commit-message: Update source language file