@@ -12,12 +12,12 @@ jobs:
1212 runs-on : " ubuntu-latest"
1313
1414 steps :
15- - uses : " actions/checkout@v4 "
15+ - uses : " actions/checkout@v6 "
1616 with :
1717 path : " plugin_template"
1818 # We need the full history for bootstrapping
1919 fetch-depth : 0
20- - uses : " actions/setup-python@v5 "
20+ - uses : " actions/setup-python@v6 "
2121 with :
2222 python-version : " 3.11"
2323 - name : " Bootstrap catdog plugin"
2727
2828 # Below this line we include the steps of the ci workflow of the generated plugin
2929
30- - uses : " actions/checkout@v4 "
30+ - uses : " actions/checkout@v6 "
3131 with :
3232 fetch-depth : 1
3333 repository : " pulp/pulp-openapi-generator"
@@ -47,15 +47,15 @@ jobs:
4747 pulpcore-manager openapi --file "api.json"
4848 pulpcore-manager openapi --bindings --component "catdog" --file "catdog-api.json"
4949 - name : " Upload Package whl"
50- uses : " actions/upload-artifact@v4 "
50+ uses : " actions/upload-artifact@v5 "
5151 with :
5252 name : " plugin_package"
5353 path : " pulp_catdog/dist/"
5454 if-no-files-found : " error"
5555 retention-days : 5
5656 overwrite : true
5757 - name : " Upload API specs"
58- uses : " actions/upload-artifact@v4 "
58+ uses : " actions/upload-artifact@v5 "
5959 with :
6060 name : " api_spec"
6161 path : |
7474 GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
7575 GITHUB_CONTEXT : " ${{ github.event.pull_request.commits_url }}"
7676 - name : " Upload python client packages"
77- uses : " actions/upload-artifact@v4 "
77+ uses : " actions/upload-artifact@v5 "
7878 with :
7979 name : " python-client.tar"
8080 path : |
8383 retention-days : 5
8484 overwrite : true
8585 - name : " Upload python client docs"
86- uses : " actions/upload-artifact@v4 "
86+ uses : " actions/upload-artifact@v5 "
8787 with :
8888 name : " python-client-docs.tar"
8989 path : |
@@ -101,7 +101,7 @@ jobs:
101101 GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
102102 GITHUB_CONTEXT : " ${{ github.event.pull_request.commits_url }}"
103103 - name : " Upload Ruby client"
104- uses : " actions/upload-artifact@v4 "
104+ uses : " actions/upload-artifact@v5 "
105105 with :
106106 name : " ruby-client.tar"
107107 path : |
0 commit comments