Skip to content

Commit 3232d26

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 81ea135 commit 3232d26

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test-negative.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
continue-on-error: true
4040
needs: [setup]
4141
steps:
42-
- uses: actions/download-artifact@v4
42+
- uses: actions/download-artifact@v5
4343

4444
- id: current
4545
run: |-

.github/workflows/test-positive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
continue-on-error: true
5353
needs: [setup]
5454
steps:
55-
- uses: actions/download-artifact@v4
55+
- uses: actions/download-artifact@v5
5656

5757
- id: current
5858
run: |-

.github/workflows/test-reusable-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
continue-on-error: true
3131
needs: [setup]
3232
steps:
33-
- uses: actions/download-artifact@v4
33+
- uses: actions/download-artifact@v5
3434

3535
- id: current
3636
run: |-

.github/workflows/test-special-chars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
continue-on-error: true
9494
needs: [setup]
9595
steps:
96-
- uses: actions/download-artifact@v4
96+
- uses: actions/download-artifact@v5
9797

9898
- id: current
9999
run: |-

0 commit comments

Comments
 (0)