We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c304c commit 5bb7addCopy full SHA for 5bb7add
.github/workflows/build_prod.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- name: Download artifact
28
- uses: actions/download-artifact@v1
+ uses: actions/download-artifact@v4
29
with:
30
name: dist
31
- name: Delete old files
0 commit comments