File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - uses : actions/checkout@v6
3939
4040 - name : Setup pixi
41- uses : prefix-dev/setup-pixi@v0.9.4
41+ uses : prefix-dev/setup-pixi@v0.9.5
4242 with :
4343 cache : true
4444
@@ -49,14 +49,14 @@ jobs:
4949 - run : |
5050 pixi run python builder.py build configs/${{ matrix.key }}.yaml --docset-base-url "${DOCSET_BASE_URL}"
5151
52- - uses : actions/upload-artifact@v4
52+ - uses : actions/upload-artifact@v7
5353 with :
5454 name : docsets-${{ matrix.key }}
5555 path : docsets/*.tar.gz
5656 if-no-files-found : error
5757 retention-days : 7
5858
59- - uses : actions/upload-artifact@v4
59+ - uses : actions/upload-artifact@v7
6060 with :
6161 name : feeds-${{ matrix.key }}
6262 path : feeds/*.xml
@@ -72,13 +72,13 @@ jobs:
7272 steps :
7373 - uses : actions/checkout@v6
7474
75- - uses : actions/download-artifact@v4
75+ - uses : actions/download-artifact@v8
7676 with :
7777 pattern : docsets-*
7878 path : /tmp/workspace/builds
7979 merge-multiple : true
8080
81- - uses : actions/download-artifact@v4
81+ - uses : actions/download-artifact@v8
8282 with :
8383 pattern : feeds-*
8484 path : /tmp/workspace/builds
You can’t perform that action at this time.
0 commit comments