Skip to content

Commit 820b459

Browse files
dependabot[bot]insolor
authored andcommitted
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](actions/upload-artifact@v5...v6) Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7...v8) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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] <[email protected]>
1 parent 59e241a commit 820b459

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
run: cargo build --release
4949

5050
- name: Upload artifact (windows)
51-
uses: actions/upload-artifact@v5
51+
uses: actions/upload-artifact@v6
5252
if: startsWith(matrix.os, 'windows')
5353
with:
5454
name: artifact-windows
5555
path: ./target/release/dfint-installer.exe
5656

5757
- name: Upload artifact (linux)
58-
uses: actions/upload-artifact@v5
58+
uses: actions/upload-artifact@v6
5959
if: startsWith(matrix.os, 'ubuntu')
6060
with:
6161
name: artifact-linux

.github/workflows/pull-app-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
rm -f ./locale/vi.json
3434
3535
- name: Create Pull Request
36-
uses: peter-evans/create-pull-request@v7
36+
uses: peter-evans/create-pull-request@v8
3737
with:
3838
title: Update translation file(s) of the app
3939
commit-message: Update translation file(s) of the app

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525

2626
- name: Restore files
27-
uses: actions/download-artifact@v6
27+
uses: actions/download-artifact@v7
2828
id: download
2929
with:
3030
pattern: artifact-*

.github/workflows/update-app-source-language-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: python scripts/extract_locale_strings.py
2626

2727
- name: Create Pull Request
28-
uses: peter-evans/create-pull-request@v7
28+
uses: peter-evans/create-pull-request@v8
2929
with:
3030
title: Update source language file
3131
commit-message: Update source language file

0 commit comments

Comments
 (0)