File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : Checkout code
40- uses : actions/checkout@v3
40+ uses : actions/checkout@v4
4141 - name : Create release branch
4242 run : git checkout -b release/${{ inputs.dbt-package-version }}
4343 - name : Initial config
5959 needs : bump-version
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/checkout@v3
62+ - uses : actions/checkout@v4
6363 - name : create pull request
6464 uses : repo-sync/pull-request@v2
6565 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout Elementary
11- uses : actions/checkout@v3
11+ uses : actions/checkout@v4
1212
1313 - name : Set up Python
1414
Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ jobs:
5959 cancel-in-progress : true
6060 steps :
6161 - name : Checkout Elementary
62- uses : actions/checkout@v3
62+ uses : actions/checkout@v4
6363 with :
6464 repository : elementary-data/elementary
6565 path : elementary
6666 ref : ${{ inputs.elementary-ref }}
6767
6868 - name : Checkout dbt package
69- uses : actions/checkout@v3
69+ uses : actions/checkout@v4
7070 with :
7171 path : dbt-data-reliability
7272 ref : ${{ inputs.dbt-data-reliability-ref }}
@@ -139,7 +139,7 @@ jobs:
139139
140140 - name : Upload HTML report
141141 if : always()
142- uses : actions/upload-artifact@v3
142+ uses : actions/upload-artifact@v4
143143 with :
144144 name : detailed_report_${{ inputs.warehouse-type }}_dbt_${{ inputs.dbt-version }}
145145 path : ${{ env.TESTS_DIR }}/tests/detailed_report_${{ inputs.warehouse-type }}_dbt_${{ inputs.dbt-version }}.html
You can’t perform that action at this time.
0 commit comments