File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,25 +87,25 @@ jobs:
8787
8888 steps :
8989 - name : Download x86_64 freenet binary
90- uses : actions/download-artifact@v5
90+ uses : actions/download-artifact@v6
9191 with :
9292 name : binaries-x86_64-freenet
9393 path : artifacts/x86_64-freenet
9494
9595 - name : Download x86_64 fdev binary
96- uses : actions/download-artifact@v5
96+ uses : actions/download-artifact@v6
9797 with :
9898 name : binaries-x86_64-fdev
9999 path : artifacts/x86_64-fdev
100100
101101 - name : Download ARM64 freenet binary
102- uses : actions/download-artifact@v5
102+ uses : actions/download-artifact@v6
103103 with :
104104 name : binaries-arm64-freenet
105105 path : artifacts/arm64-freenet
106106
107107 - name : Download ARM64 fdev binary
108- uses : actions/download-artifact@v5
108+ uses : actions/download-artifact@v6
109109 with :
110110 name : binaries-arm64-fdev
111111 path : artifacts/arm64-fdev
You can’t perform that action at this time.
0 commit comments