Skip to content

Commit fae1dca

Browse files
committed
update actions/download-artifact
1 parent fae150b commit fae1dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Checkout
8686
uses: actions/checkout@v3
8787
- name: Download Results
88-
uses: actions/download-artifact@v3
88+
uses: actions/download-artifact@v4
8989
with:
9090
path: artifact
9191
- run: sudo apt-get update && sudo apt-get install -y nodejs

0 commit comments

Comments
 (0)