We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411e2b5 commit b20c185Copy full SHA for b20c185
.github/workflows/deploy.yml
@@ -71,7 +71,7 @@ jobs:
71
runs-on: ubuntu-latest
72
environment: ${{ inputs.environment-name }}
73
container:
74
- image: ghcr.io/dbt-labs/dbt-postgres:1.7.7
+ image: ghcr.io/dbt-labs/dbt-postgres:1.7.11
75
steps:
76
- name: Checkout code
77
uses: actions/checkout@v4
@@ -104,7 +104,7 @@ jobs:
104
warehouse-type: postgres
105
edr-command: edr report --target-path "report/" --file-path "report/index.html"
106
- name: Upload report
107
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
108
with:
109
name: report.html
110
path: ./report/index.html
0 commit comments