diff --git a/.github/workflows/generate-docs-for-dbt-core.yml b/.github/workflows/generate-docs-for-dbt-core.yml index 04b08cd0c..a17ec8b0e 100644 --- a/.github/workflows/generate-docs-for-dbt-core.yml +++ b/.github/workflows/generate-docs-for-dbt-core.yml @@ -67,7 +67,7 @@ jobs: - name: upload changelog artifacts id: retrieve_changelogs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ needs.set_variables.outputs.changie_artifact_name }} path: | @@ -123,7 +123,7 @@ jobs: run: npx webpack - name: upload index.html artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ needs.set_variables.outputs.index_artifact_name }} path: dist/index.html diff --git a/.github/workflows/generate-index.yml b/.github/workflows/generate-index.yml index d58a54bea..45fc1e281 100644 --- a/.github/workflows/generate-index.yml +++ b/.github/workflows/generate-index.yml @@ -77,7 +77,7 @@ jobs: run: npx webpack - name: upload index.html artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ needs.set_variables.outputs.index_artifact_name }} path: |