File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
1515 - id : install
1616 name : Install Python, pipenv and Pipfile packages
3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434
3535 - id : install
3636 name : Install Python, pipenv and Pipfile packages
5050 needs : [test-python]
5151 steps :
5252 - name : Checkout
53- uses : actions/checkout@v3
53+ uses : actions/checkout@v4
5454
5555 - id : install
5656 name : Install Python, pipenv and Pipfile packages
7171
7272 - id : save
7373 name : Save artifact
74- uses : actions/upload-artifact@v3
74+ uses : actions/upload-artifact@v4
7575 with :
7676 name : build-${{ github.run_number }}
7777 path : ./dist
9090
9191 - id : fetch
9292 name : Fetch artifact
93- uses : actions/download-artifact@v3
93+ uses : actions/download-artifact@v4
9494 with :
9595 name : build-${{ github.run_number }}
9696 path : ./dist
@@ -119,7 +119,7 @@ jobs:
119119
120120 - id : fetch
121121 name : Fetch artifact
122- uses : actions/download-artifact@v3
122+ uses : actions/download-artifact@v4
123123 with :
124124 name : build-${{ github.run_number }}
125125 path : ./dist
You can’t perform that action at this time.
0 commit comments