File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3-
43 - package-ecosystem : " gomod"
54 directory : " /"
65 schedule :
98 commit-message :
109 prefix : " dep: Go "
1110 reviewers :
12- - " stepanstipl "
11+ - " migueldelucasdoit "
1312 - " dark0dave"
1413
1514 - package-ecosystem : " docker"
@@ -20,5 +19,5 @@ updates:
2019 commit-message :
2120 prefix : " dep: Docker "
2221 reviewers :
23- - " stepanstipl "
22+ - " migueldelucasdoit "
2423 - " dark0dave"
Original file line number Diff line number Diff line change 6565 env :
6666 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6767 - name : Archive release artifacts
68- uses : actions/upload-artifact@v1
68+ uses : actions/upload-artifact@v4
6969 with :
7070 name : release-artifacts-${{ matrix.os }}-${{ matrix.arch }}
7171 path : release-artifacts
@@ -119,7 +119,7 @@ jobs:
119119 with :
120120 fetch-depth : 0
121121 set-safe-directory : true
122- - uses : actions/download-artifact@v1
122+ - uses : actions/download-artifact@v4
123123 with :
124124 name : release-artifacts-linux-amd64
125125 path : release-artifacts
@@ -157,7 +157,7 @@ jobs:
157157 args : --verbose --latest
158158 env :
159159 OUTPUT : changelog.md
160- - uses : actions/download-artifact@v1
160+ - uses : actions/download-artifact@v4
161161 with :
162162 name : release-artifacts-linux-amd64
163163 path : release-artifacts
@@ -225,7 +225,7 @@ jobs:
225225 arch : arm64
226226 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
227227 steps :
228- - uses : actions/download-artifact@v1
228+ - uses : actions/download-artifact@v4
229229 with :
230230 name : release-artifacts-${{ matrix.os }}-${{ matrix.arch }}
231231 path : release-artifacts
You can’t perform that action at this time.
0 commit comments