File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 84
84
SNOWFLAKE_INTEGRATION_TEST_CREDENTIALS : ${{ secrets.SNOWFLAKE_INTEGRATION_TEST_CREDENTIALS }}
85
85
SNOWFLAKE_RBAC_INTEGRATION_TEST_CREDENTIALS : ${{ secrets.SNOWFLAKE_RBAC_INTEGRATION_TEST_CREDENTIALS }}
86
86
- name : Upload coverage report
87
- uses : actions/upload-artifact@v3
87
+ uses : actions/upload-artifact@v4
88
88
with :
89
89
name : ${{ matrix.destination }}
90
90
path : coverage.txt
@@ -101,7 +101,7 @@ jobs:
101
101
- run : go mod download # Not required, used to segregate module download vs test times
102
102
- run : make test exclude="/rudder-server/(jobsdb|integration_test|processor|regulation-worker|router|services|suppression-backup-service|warehouse)"
103
103
- name : Upload coverage report
104
- uses : actions/upload-artifact@v3
104
+ uses : actions/upload-artifact@v4
105
105
with :
106
106
name : unit
107
107
path : coverage.txt
@@ -154,7 +154,7 @@ jobs:
154
154
name=$(echo -n "${{ matrix.package }}" | sed -e 's/[ \t:\/\\"<>|*?]/-/g' -e 's/--*/-/g')
155
155
echo "ARTIFACT_NAME=$name" >> $GITHUB_ENV
156
156
- name : Upload coverage report
157
- uses : actions/upload-artifact@v3
157
+ uses : actions/upload-artifact@v4
158
158
with :
159
159
name : ${{ env.ARTIFACT_NAME }}-unit
160
160
path : coverage.txt
You can’t perform that action at this time.
0 commit comments