@@ -252,7 +252,7 @@ jobs:
252252 popd
253253
254254 - name : Upload HTML Documentation
255- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
255+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
256256 with :
257257 name : HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
258258 path : HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}.zip
@@ -475,7 +475,7 @@ jobs:
475475 twine check dist/*
476476
477477 - name : Upload package
478- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
478+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
479479 with :
480480 name : PyFluent-packages
481481 path : |
@@ -527,7 +527,7 @@ jobs:
527527
528528 - name : Download package
529529 if : ${{ !contains(github.event.pull_request.title, '[skip tests]') }}
530- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
530+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
531531 with :
532532 name : PyFluent-packages
533533 path : dist
@@ -569,7 +569,7 @@ jobs:
569569
570570 - name : Upload 25.2 Coverage Artifacts
571571 if : matrix.image-tag == 'v25.2.0'
572- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
572+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
573573 with :
574574 name : coverage_report
575575 path : ./htmlcov
@@ -674,7 +674,7 @@ jobs:
674674 python-version : ${{ env.MAIN_PYTHON_VERSION }}
675675
676676 - name : " Download the library artifacts from build-library step"
677- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
677+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
678678 with :
679679 name : PyFluent-packages
680680 path : PyFluent-packages
@@ -701,7 +701,7 @@ jobs:
701701 skip-existing : false
702702
703703 - name : Release
704- uses : softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2.4.0
704+ uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
705705 with :
706706 files : |
707707 ./**/*.whl
0 commit comments