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