Skip to content

Commit 0491b8a

Browse files
Build(deps): Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/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/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e9ba0e commit 0491b8a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/i18n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: make tests
6969

7070
- name: Download artifacts
71-
uses: actions/download-artifact@v6
71+
uses: actions/download-artifact@v7
7272

7373
- name: Codecov
7474
uses: codecov/codecov-action@v5

.github/workflows/new-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: make docker-deps
6666

6767
- name: Download pre-existing artifacts
68-
uses: actions/download-artifact@v6
68+
uses: actions/download-artifact@v7
6969

7070
- name: Run all Standard Tests
7171
run: make tests

.github/workflows/pushed-to-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
run: make unit-tests
7777

7878
- name: Download artifacts
79-
uses: actions/download-artifact@v6
79+
uses: actions/download-artifact@v7

.github/workflows/release-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: make tests
8080

8181
- name: Download artifacts
82-
uses: actions/download-artifact@v6
82+
uses: actions/download-artifact@v7
8383

8484
# To create the plugin .zip archive
8585
build_plugin:

.github/workflows/test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: make tests
8282

8383
- name: Download artifacts
84-
uses: actions/download-artifact@v6
84+
uses: actions/download-artifact@v7
8585

8686
# To create the plugin .zip archive
8787
build_plugin:

0 commit comments

Comments
 (0)