File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121 - name : Download prebuilt pkgcraft-c library
2222 id : download-artifact
23- uses : dawidd6/action-download-artifact@v2
23+ uses : dawidd6/action-download-artifact@v3
2424 with :
2525 github_token : ${{ secrets.PKGCRAFT_CI_TOKEN }}
2626 repo : pkgcraft/pkgcraft
Original file line number Diff line number Diff line change 7070
7171 - name : Download pkgcraft-c library from most recent run
7272 if : ${{ inputs.event-type == '' }}
73- uses : dawidd6/action-download-artifact@v2
73+ uses : dawidd6/action-download-artifact@v3
7474 with :
7575 github_token : ${{ secrets.PKGCRAFT_CI_TOKEN }}
7676 repo : pkgcraft/pkgcraft
8383
8484 - name : Download pkgcraft-c library from running workflow
8585 if : ${{ inputs.event-type != '' }}
86- uses : actions/download-artifact@v3
86+ uses : actions/download-artifact@v4
8787 with :
8888 name : pkgcraft-c-${{ runner.os }}
8989 path : ${{ env.pkgcraft_dir }}
@@ -134,7 +134,7 @@ jobs:
134134 uses : actions/checkout@v4
135135
136136 - name : Download artifacts
137- uses : actions/download-artifact@v3
137+ uses : actions/download-artifact@v4
138138
139139 - name : Upload coverage to Codecov
140140 uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 3333
3434 - name : Download pkgcraft-c library from most recent run
3535 if : ${{ inputs.event-type == '' }}
36- uses : dawidd6/action-download-artifact@v2
36+ uses : dawidd6/action-download-artifact@v3
3737 with :
3838 github_token : ${{ secrets.PKGCRAFT_CI_TOKEN }}
3939 repo : pkgcraft/pkgcraft
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 submodules : recursive
102102
103103 - name : Download sdist artifact
104- uses : actions/download-artifact@v3
104+ uses : actions/download-artifact@v4
105105 with :
106106 name : sdist
107107 path : dist
@@ -139,7 +139,7 @@ jobs:
139139 runs-on : ubuntu-latest
140140 steps :
141141 - name : Download sdist and wheel artifacts
142- uses : actions/download-artifact@v3
142+ uses : actions/download-artifact@v4
143143
144144 - name : Upload sdist to PyPI
145145 uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change 1919
2020 - name : Download prebuilt pkgcraft-c library
2121 id : download-artifact
22- uses : dawidd6/action-download-artifact@v2
22+ uses : dawidd6/action-download-artifact@v3
2323 with :
2424 github_token : ${{ secrets.PKGCRAFT_CI_TOKEN }}
2525 repo : pkgcraft/pkgcraft
You can’t perform that action at this time.
0 commit comments