File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 uses : actions/checkout@v6
2929
3030 - name : Download build artifacts
31- uses : actions/download-artifact@v7
31+ uses : actions/download-artifact@v8
3232 with :
3333 name : python-package-distributions-${{ github.event.workflow_run.head_sha }}
3434 path : dist/
9898#
9999# steps:
100100# - name: Download build artifacts
101- # uses: actions/download-artifact@v7
101+ # uses: actions/download-artifact@v8
102102# with:
103103# name: python-package-distributions-${{ github.event.workflow_run.head_sha }}
104104# path: dist/
@@ -123,7 +123,7 @@ jobs:
123123# uses: actions/checkout@v6
124124#
125125# - name: Download build artifacts
126- # uses: actions/download-artifact@v7
126+ # uses: actions/download-artifact@v8
127127# with:
128128# name: python-package-distributions-${{ github.event.workflow_run.head_sha }}
129129# path: dist/
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 uses : actions/checkout@v6
151151
152152 - name : Download build artifacts
153- uses : actions/download-artifact@v7
153+ uses : actions/download-artifact@v8
154154 with :
155155 name : python-package-distributions-${{ github.sha }}
156156 path : dist/
You can’t perform that action at this time.
0 commit comments