Skip to content

Commit 576b4d9

Browse files
committed
dlv4
1 parent 8e20be1 commit 576b4d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ubuntu-latest
9898

9999
steps:
100-
- uses: actions/download-artifact@v3
100+
- uses: actions/download-artifact@v4
101101
with:
102102
path: ./arts/
103103

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
python-version: ">= 0"
2929

30-
- uses: actions/download-artifact@v3
30+
- uses: actions/download-artifact@v4
3131
with:
3232
path: ./arts/
3333

0 commit comments

Comments
 (0)