3434 contents : read
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838 with :
3939 fetch-depth : 0
4040
4848 run : ls -1 dist/
4949
5050 - name : Upload dist artifacts
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v5
5252 with :
5353 name : verifiers-dev-dist
5454 path : dist/
6363 id-token : write
6464 steps :
6565 - name : Download dist artifacts
66- uses : actions/download-artifact@v4
66+ uses : actions/download-artifact@v6
6767 with :
6868 name : verifiers-dev-dist
6969 path : dist/
@@ -84,14 +84,14 @@ jobs:
8484 steps :
8585 - name : Checkout tagged release (dispatch)
8686 if : github.event_name == 'workflow_dispatch'
87- uses : actions/checkout@v4
87+ uses : actions/checkout@v5
8888 with :
8989 fetch-depth : 0
9090 ref : refs/tags/${{ inputs.tag }}
9191
9292 - name : Checkout tagged release (push)
9393 if : github.event_name != 'workflow_dispatch'
94- uses : actions/checkout@v4
94+ uses : actions/checkout@v5
9595 with :
9696 fetch-depth : 0
9797
@@ -122,7 +122,7 @@ jobs:
122122 run : uv build
123123
124124 - name : Upload dist artifacts
125- uses : actions/upload-artifact@v4
125+ uses : actions/upload-artifact@v5
126126 with :
127127 name : verifiers-dist
128128 path : dist/
@@ -137,7 +137,7 @@ jobs:
137137 id-token : write
138138 steps :
139139 - name : Download dist artifacts
140- uses : actions/download-artifact@v4
140+ uses : actions/download-artifact@v6
141141 with :
142142 name : verifiers-dist
143143 path : dist/
@@ -152,12 +152,12 @@ jobs:
152152 contents : write
153153 steps :
154154 - name : Checkout tag
155- uses : actions/checkout@v4
155+ uses : actions/checkout@v5
156156 with :
157157 ref : refs/tags/${{ needs.build-tag.outputs.tag }}
158158
159159 - name : Download dist artifacts
160- uses : actions/download-artifact@v4
160+ uses : actions/download-artifact@v6
161161 with :
162162 name : verifiers-dist
163163 path : dist/
0 commit comments