File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9393 python-version : " 3.12"
9494
9595 - name : Download artifacts from build
96- uses : actions/download-artifact@v4
96+ uses : actions/download-artifact@v5
9797 with :
9898 name : dist-${{ github.run_attempt }}
9999 path : dist
@@ -125,7 +125,7 @@ jobs:
125125 registry-url : https://registry.npmjs.org
126126
127127 - name : Download artifacts from build
128- uses : actions/download-artifact@v4
128+ uses : actions/download-artifact@v5
129129 with :
130130 name : jsdist-${{ github.run_attempt }}
131131 path : jsdist
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 run : python -m pip install --upgrade pip
122122
123123 - name : Download built artifacts
124- uses : actions/download-artifact@v4
124+ uses : actions/download-artifact@v5
125125 with :
126126 name : dist-${{ github.run_attempt }}
127127 path : ./dist
You can’t perform that action at this time.
0 commit comments