Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
portovep committed Apr 11, 2024
1 parent 411e2b5 commit b20c185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
environment: ${{ inputs.environment-name }}
container:
image: ghcr.io/dbt-labs/dbt-postgres:1.7.7
image: ghcr.io/dbt-labs/dbt-postgres:1.7.11
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
warehouse-type: postgres
edr-command: edr report --target-path "report/" --file-path "report/index.html"
- name: Upload report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: report.html
path: ./report/index.html
Expand Down

0 comments on commit b20c185

Please sign in to comment.