We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4387cd8 commit 0c0e59fCopy full SHA for 0c0e59f
.github/workflows/build.yml
@@ -85,7 +85,7 @@ jobs:
85
nexe --build -i bin/elasticdump -r "./node_modules/**/*" -r "./lib/**" -r elasticdump.js -r package.json --python /usr/bin/python3 --make="-j$(nproc 2> /dev/null || echo 1)"
86
tar zcvf ../elasticdump_linux_amd64.tar.gz elasticdump
87
- name: Upload build artifact
88
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
89
with:
90
name: elasticdump_linux_amd64
91
path: elasticdump_linux_amd64.tar.gz
@@ -97,7 +97,7 @@ jobs:
97
contents: write
98
steps:
99
- name: Download Artifact
100
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
101
102
103
- name: Check latest tag
0 commit comments