Skip to content

Commit b20c185

Browse files
committed
chore(deps): update actions/upload-artifact to v4
1 parent 411e2b5 commit b20c185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
environment: ${{ inputs.environment-name }}
7373
container:
74-
image: ghcr.io/dbt-labs/dbt-postgres:1.7.7
74+
image: ghcr.io/dbt-labs/dbt-postgres:1.7.11
7575
steps:
7676
- name: Checkout code
7777
uses: actions/checkout@v4
@@ -104,7 +104,7 @@ jobs:
104104
warehouse-type: postgres
105105
edr-command: edr report --target-path "report/" --file-path "report/index.html"
106106
- name: Upload report
107-
uses: actions/upload-artifact@v3
107+
uses: actions/upload-artifact@v4
108108
with:
109109
name: report.html
110110
path: ./report/index.html

0 commit comments

Comments
 (0)