File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ jobs:
4848 # Steps represent a sequence of tasks that will be executed as part of the job
4949 steps :
5050 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v6
5252
5353 - name : Set up Python ${{ matrix.python-version }}
54- uses : actions/setup-python@v5
54+ uses : actions/setup-python@v6
5555 with :
5656 python-version : ${{ matrix.python-version }}
5757
@@ -95,17 +95,17 @@ jobs:
9595 contents : read
9696 id-token : write
9797 steps :
98- - uses : actions/checkout@v4
98+ - uses : actions/checkout@v6
9999
100100 - name : Download all wheel artifacts
101- uses : actions/download-artifact@v4
101+ uses : actions/download-artifact@v8
102102 with :
103103 path : dist
104104 pattern : ' dist-*'
105105 merge-multiple : true
106106
107107 - name : Set up Python
108- uses : actions/setup-python@v5
108+ uses : actions/setup-python@v6
109109 with :
110110 python-version : ' 3.x'
111111
You can’t perform that action at this time.
0 commit comments