@@ -183,7 +183,7 @@ jobs:
183183 path : target/universal/clowder-*.zip
184184 - name : Upload files to a GitHub release
185185 if : github.event_name == 'release' && github.event.action == 'created'
186- uses : svenstaro/upload-release-action@1.1.0
186+ uses : svenstaro/upload-release-action@v2
187187 with :
188188 repo_token : ${{ secrets.GITHUB_TOKEN }}
189189 tag : ${{ github.ref }}
@@ -266,7 +266,7 @@ jobs:
266266 cd doc/src/sphinx/
267267 python -m pip install -r requirements.txt
268268 make html epub
269- - uses : actions/upload-artifact@v2
269+ - uses : actions/upload-artifact@v4
270270 with :
271271 name : HTML Documentation
272272 path : doc/src/sphinx/_build/html
@@ -279,13 +279,13 @@ jobs:
279279 key : ${{ secrets.SCP_KEY }}
280280 files : " doc/src/sphinx/_build/html/*"
281281 target : " CATS/${{ env.CLOWDER_VERSION }}/documentation/sphinx"
282- - uses : actions/upload-artifact@v2
282+ - uses : actions/upload-artifact@v4
283283 with :
284284 name : EPUB Documentation
285285 path : doc/src/sphinx/_build/epub/Clowder.epub
286286 - name : Upload files to a GitHub release
287287 if : github.event_name == 'release' && github.event.action == 'created'
288- uses : svenstaro/upload-release-action@1.1.0
288+ uses : svenstaro/upload-release-action@v2
289289 with :
290290 repo_token : ${{ secrets.GITHUB_TOKEN }}
291291 tag : ${{ github.ref }}
0 commit comments