Skip to content

Commit a1d8139

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 368a421 commit a1d8139

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
@@ -31,7 +31,7 @@ jobs:
3131
continue-on-error: true
3232
needs: [setup]
3333
steps:
34-
- uses: actions/download-artifact@v4
34+
- uses: actions/download-artifact@v5
3535

3636
- id: current
3737
run: |-

.github/workflows/test-positive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
continue-on-error: true
4545
needs: [setup]
4646
steps:
47-
- uses: actions/download-artifact@v4
47+
- uses: actions/download-artifact@v5
4848

4949
- id: current
5050
run: |-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
continue-on-error: true
2323
needs: [setup]
2424
steps:
25-
- uses: actions/download-artifact@v4
25+
- uses: actions/download-artifact@v5
2626

2727
- id: current
2828
run: |-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
continue-on-error: true
8888
needs: [setup]
8989
steps:
90-
- uses: actions/download-artifact@v4
90+
- uses: actions/download-artifact@v5
9191

9292
- id: current
9393
run: |-

0 commit comments

Comments
 (0)