diff --git a/.github/workflows/continuous-deployment.yaml b/.github/workflows/continuous-deployment.yaml index 1abf4af..4df1ddb 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -116,7 +116,7 @@ jobs: - id: save name: Save artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: release-candidate path: ./dist diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 4ef6993..f1eef54 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -39,7 +39,7 @@ jobs: - id: upload-release-candidate name: Upload release candidate - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: release-candidate path: ./_build/html/