File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171
7272 - id : save
7373 name : Save artifact
74- uses : actions/upload-artifact@v2
74+ uses : actions/upload-artifact@v3
7575 with :
7676 name : build-${{ github.run_number }}
7777 path : ./dist
@@ -84,13 +84,13 @@ jobs:
8484 if : startsWith(github.ref, 'refs/tags') == 0
8585 steps :
8686 - name : Set up Python 3.9
87- uses : actions/setup-python@v1
87+ uses : actions/setup-python@v4
8888 with :
8989 python-version : 3.9
9090
9191 - id : fetch
9292 name : Fetch artifact
93- uses : actions/download-artifact@v2
93+ uses : actions/download-artifact@v3
9494 with :
9595 name : build-${{ github.run_number }}
9696 path : ./dist
@@ -113,13 +113,13 @@ jobs:
113113 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
114114 steps :
115115 - name : Set up Python 3.9
116- uses : actions/setup-python@v1
116+ uses : actions/setup-python@v4
117117 with :
118118 python-version : 3.9
119119
120120 - id : fetch
121121 name : Fetch artifact
122- uses : actions/download-artifact@v2
122+ uses : actions/download-artifact@v3
123123 with :
124124 name : build-${{ github.run_number }}
125125 path : ./dist
You can’t perform that action at this time.
0 commit comments