Skip to content

Commit 2b656ed

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 1c38877 commit 2b656ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests-generated.reusable.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,25 +56,25 @@ jobs:
5656
run_install: false
5757

5858
- name: Download Bati CLI
59-
uses: actions/download-artifact@v4
59+
uses: actions/download-artifact@v5
6060
with:
6161
name: bati-cli-${{ inputs.os }}-${{ inputs.node }}
6262
path: ./bati-cli
6363

6464
- name: Download Bati tests
65-
uses: actions/download-artifact@v4
65+
uses: actions/download-artifact@v5
6666
with:
6767
name: bati-tests-${{ inputs.os }}-${{ inputs.node }}
6868
path: ./bati-tests
6969

7070
- name: Download tests-utils
71-
uses: actions/download-artifact@v4
71+
uses: actions/download-artifact@v5
7272
with:
7373
name: tests-utils-${{ inputs.os }}-${{ inputs.node }}
7474
path: ./bati-tests-utils
7575

7676
- name: Download tests-files
77-
uses: actions/download-artifact@v4
77+
uses: actions/download-artifact@v5
7878
with:
7979
name: tests-files-${{ inputs.os }}-${{ inputs.node }}
8080
path: ./bati-tests-files

0 commit comments

Comments
 (0)