Skip to content

Commit 86067ee

Browse files
dependabot[bot]TarCV
authored andcommitted
Bump dawidd6/action-download-artifact from 7 to 8
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 7 to 8. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v7...v8) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3093efd commit 86067ee

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/nix-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
shell: bash
2222
- name: Fetch Sources
2323
uses: actions/checkout@v4
24-
- uses: dawidd6/action-download-artifact@v7
24+
- uses: dawidd6/action-download-artifact@v8
2525
with:
2626
workflow: build.yml
2727
commit: ${{github.event.check_run.head_sha}}

.github/workflows/plugin-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Download plugin
26-
uses: dawidd6/action-download-artifact@v7
26+
uses: dawidd6/action-download-artifact@v8
2727
with:
2828
workflow: build.yml
2929
commit: ${{github.event.workflow_run.head_sha}}

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
| xargs -I '{}' gh api -X DELETE repos/{owner}/{repo}/releases/{}
3030
3131
- name: Download plugin
32-
uses: dawidd6/action-download-artifact@v7
32+
uses: dawidd6/action-download-artifact@v8
3333
with:
3434
workflow: build.yml
3535
commit: ${{github.event.workflow_run.head_sha}}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: ${{ env.GITHUB_SHA }}
2626

2727
- name: Download plugin
28-
uses: dawidd6/action-download-artifact@v7
28+
uses: dawidd6/action-download-artifact@v8
2929
with:
3030
workflow: build.yml
3131
commit: ${{ env.GITHUB_SHA }}

.github/workflows/run-ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
path: ${{ steps.path.outputs.path }}
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: dawidd6/action-download-artifact@v7
21+
- uses: dawidd6/action-download-artifact@v8
2222
with:
2323
workflow: build.yml
2424
commit: ${{ env.GITHUB_SHA }}

0 commit comments

Comments
 (0)