4343 steps :
4444 - name : Setup Git
4545 uses :
frequenz-floss/[email protected] 46- # TODO(cookiecutter): Uncomment this for projects with private dependencies
47- # with:
48- # username: ${{ secrets.GIT_USER }}
49- # password: ${{ secrets.GIT_PASS }}
5046
5147 - name : Print environment (debug)
5248 run : env
@@ -128,10 +124,6 @@ jobs:
128124 steps :
129125 - name : Setup Git
130126 uses :
frequenz-floss/[email protected] 131- # TODO(cookiecutter): Uncomment this for projects with private dependencies
132- # with:
133- # username: ${{ secrets.GIT_USER }}
134- # password: ${{ secrets.GIT_PASS }}
135127
136128 - name : Fetch sources
137129 uses : actions/checkout@v4
@@ -235,10 +227,6 @@ jobs:
235227 steps :
236228 - name : Setup Git
237229 uses :
frequenz-floss/[email protected] 238- # TODO(cookiecutter): Uncomment this for projects with private dependencies
239- # with:
240- # username: ${{ secrets.GIT_USER }}
241- # password: ${{ secrets.GIT_PASS }}
242230
243231 - name : Fetch sources
244232 uses : actions/checkout@v4
@@ -261,7 +249,7 @@ jobs:
261249 run : python -m build
262250
263251 - name : Upload distribution files
264- uses : actions/upload-artifact@v3
252+ uses : actions/upload-artifact@v4
265253 with :
266254 name : dist-packages
267255 path : dist/
@@ -274,16 +262,12 @@ jobs:
274262 steps :
275263 - name : Setup Git
276264 uses :
frequenz-floss/[email protected] 277- # TODO(cookiecutter): Uncomment this for projects with private dependencies
278- # with:
279- # username: ${{ secrets.GIT_USER }}
280- # password: ${{ secrets.GIT_PASS }}
281265
282266 - name : Fetch sources
283267 uses : actions/checkout@v4
284268
285269 - name : Download package
286- uses : actions/download-artifact@v3
270+ uses : actions/download-artifact@v4
287271 with :
288272 name : dist-packages
289273 path : dist
@@ -315,10 +299,6 @@ jobs:
315299 steps :
316300 - name : Setup Git
317301 uses :
frequenz-floss/[email protected] 318- # TODO(cookiecutter): Uncomment this for projects with private dependencies
319- # with:
320- # username: ${{ secrets.GIT_USER }}
321- # password: ${{ secrets.GIT_PASS }}
322302
323303 - name : Fetch sources
324304 uses : actions/checkout@v4
@@ -345,7 +325,7 @@ jobs:
345325 mike set-default $MIKE_VERSION
346326
347327 - name : Upload site
348- uses : actions/upload-artifact@v3
328+ uses : actions/upload-artifact@v4
349329 with :
350330 name : docs-site
351331 path : site/
@@ -361,10 +341,6 @@ jobs:
361341 steps :
362342 - name : Setup Git
363343 uses :
frequenz-floss/[email protected] 364- # TODO(cookiecutter): Uncomment this for projects with private dependencies
365- # with:
366- # username: ${{ secrets.GIT_USER }}
367- # password: ${{ secrets.GIT_PASS }}
368344
369345 - name : Fetch sources
370346 uses : actions/checkout@v4
@@ -439,7 +415,7 @@ jobs:
439415 runs-on : ubuntu-20.04
440416 steps :
441417 - name : Download distribution files
442- uses : actions/download-artifact@v3
418+ uses : actions/download-artifact@v4
443419 with :
444420 name : dist-packages
445421 path : dist
@@ -485,7 +461,7 @@ jobs:
485461 id-token : write
486462 steps :
487463 - name : Download distribution files
488- uses : actions/download-artifact@v3
464+ uses : actions/download-artifact@v4
489465 with :
490466 name : dist-packages
491467 path : dist
0 commit comments