Skip to content

Commit 0c0e59f

Browse files
authored
chore: bump upload-artifact
1 parent 4387cd8 commit 0c0e59f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
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)"
8686
tar zcvf ../elasticdump_linux_amd64.tar.gz elasticdump
8787
- name: Upload build artifact
88-
uses: actions/upload-artifact@v3
88+
uses: actions/upload-artifact@v4
8989
with:
9090
name: elasticdump_linux_amd64
9191
path: elasticdump_linux_amd64.tar.gz
@@ -97,7 +97,7 @@ jobs:
9797
contents: write
9898
steps:
9999
- name: Download Artifact
100-
uses: actions/download-artifact@v3
100+
uses: actions/download-artifact@v4
101101
with:
102102
name: elasticdump_linux_amd64
103103
- name: Check latest tag

0 commit comments

Comments
 (0)